Skip to content

Commit df1db03

Browse files
committed
chore: udpate enable-fuse-config steps
1 parent 3e2bdca commit df1db03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.cl/cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
steps:
1616
- id: enable-fuse-config
1717
name: 'gcr.io/cloud-builders/docker'
18-
entrypoint: sudo
18+
entrypoint: bash
1919
args:
2020
- '-c'
2121
- |
22-
sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
22+
sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
2323
2424
- id: run mysql integration tests
2525
name: golang:${_VERSION}

0 commit comments

Comments
 (0)