We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1db03 commit e109045Copy full SHA for e109045
1 file changed
.cl/cloudbuild.yaml
@@ -19,8 +19,7 @@ steps:
19
args:
20
- '-c'
21
- |
22
- sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
23
-
+ sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
24
- id: run mysql integration tests
25
name: golang:${_VERSION}
26
env:
0 commit comments