We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f93b6d commit 5c703bfCopy full SHA for 5c703bf
1 file changed
.cl/cloudbuild.yaml
@@ -23,8 +23,7 @@ steps:
23
echo "Checking for fusermount..."
24
ls -l /bin/fusermount
25
ls -l /usr/bin/fusermount
26
- echo "PATH: $PATH"
27
- sudo sed -i "s/#user_allow_other/user_allow_other/g" /etc/fuse.conf
+ sudo /usr/bin/sed -i "s/#user_allow_other/user_allow_other/g" /etc/fuse.conf
28
# - id: enable fuse config
29
# name: 'alpine'
30
# entrypoint: 'sh'
0 commit comments