Skip to content

Commit 2e8622b

Browse files
committed
update step0
1 parent c042fbd commit 2e8622b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cl/cloudbuild.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ steps:
1616
- id: Enable fuse config
1717
name: alpine
1818
entrypoint: sh
19-
args: |
20-
sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
19+
args:
20+
- '-c'
21+
- 'sudo sed -i "s/#user_allow_other/user_allow_other/g" /etc/fuse.conf'
2122
# - id: enable fuse config
2223
# name: 'alpine'
2324
# entrypoint: 'sh'

0 commit comments

Comments
 (0)