We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2bdca commit df1db03Copy full SHA for df1db03
1 file changed
.cl/cloudbuild.yaml
@@ -15,11 +15,11 @@
15
steps:
16
- id: enable-fuse-config
17
name: 'gcr.io/cloud-builders/docker'
18
- entrypoint: sudo
+ entrypoint: bash
19
args:
20
- '-c'
21
- |
22
- sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
+ sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
23
24
- id: run mysql integration tests
25
name: golang:${_VERSION}
0 commit comments