Skip to content

Commit 5c703bf

Browse files
committed
chore: see the path for fusermount
1 parent 7f93b6d commit 5c703bf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.cl/cloudbuild.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ steps:
2323
echo "Checking for fusermount..."
2424
ls -l /bin/fusermount
2525
ls -l /usr/bin/fusermount
26-
echo "PATH: $PATH"
27-
sudo sed -i "s/#user_allow_other/user_allow_other/g" /etc/fuse.conf
26+
sudo /usr/bin/sed -i "s/#user_allow_other/user_allow_other/g" /etc/fuse.conf
2827
# - id: enable fuse config
2928
# name: 'alpine'
3029
# entrypoint: 'sh'

0 commit comments

Comments
 (0)