Skip to content

Commit 1947c88

Browse files
committed
chore: update path
1 parent 5c703bf commit 1947c88

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.cl/cloudbuild.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ steps:
2323
echo "Checking for fusermount..."
2424
ls -l /bin/fusermount
2525
ls -l /usr/bin/fusermount
26-
sudo /usr/bin/sed -i "s/#user_allow_other/user_allow_other/g" /etc/fuse.conf
26+
export PATH=/usr/bin:$PATH
27+
echo "PATH: $PATH"
28+
sudo sed -i "s/#user_allow_other/user_allow_other/g" /etc/fuse.conf
2729
# - id: enable fuse config
2830
# name: 'alpine'
2931
# entrypoint: 'sh'

0 commit comments

Comments
 (0)