We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c042fbd commit 2e8622bCopy full SHA for 2e8622b
.cl/cloudbuild.yaml
@@ -16,8 +16,9 @@ steps:
16
- id: Enable fuse config
17
name: alpine
18
entrypoint: sh
19
- args: |
20
- sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
+ args:
+ - '-c'
21
+ - 'sudo sed -i "s/#user_allow_other/user_allow_other/g" /etc/fuse.conf'
22
# - id: enable fuse config
23
# name: 'alpine'
24
# entrypoint: 'sh'
0 commit comments