Skip to content

Commit 22f7dc5

Browse files
committed
chore: update cloudbuild
1 parent 2e8622b commit 22f7dc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.cl/cloudbuild.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ steps:
1818
entrypoint: sh
1919
args:
2020
- '-c'
21-
- 'sudo sed -i "s/#user_allow_other/user_allow_other/g" /etc/fuse.conf'
21+
- |
22+
apk add --no-cache sudo
23+
sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
2224
# - id: enable fuse config
2325
# name: 'alpine'
2426
# entrypoint: 'sh'

0 commit comments

Comments
 (0)