Skip to content

Commit e109045

Browse files
committed
chore: remove sudo keyword
1 parent df1db03 commit e109045

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
@@ -19,8 +19,7 @@ steps:
1919
args:
2020
- '-c'
2121
- |
22-
sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
23-
22+
sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
2423
- id: run mysql integration tests
2524
name: golang:${_VERSION}
2625
env:

0 commit comments

Comments
 (0)