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