We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f7dc5 commit fecc8aeCopy full SHA for fecc8ae
.cl/cloudbuild.yaml
@@ -13,14 +13,14 @@
13
# limitations under the License.
14
15
steps:
16
- - id: Enable fuse config
17
- name: alpine
18
- entrypoint: sh
19
- args:
20
- - '-c'
21
- - |
22
- apk add --no-cache sudo
23
- sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
+ # - id: Enable fuse config
+ # name: alpine
+ # entrypoint: sh
+ # args:
+ # - '-c'
+ # - |
+ # apk add --no-cache sudo
+ # sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
24
# - id: enable fuse config
25
# name: 'alpine'
26
# entrypoint: 'sh'
@@ -59,7 +59,7 @@ steps:
59
- -c
60
- |
61
set -eo pipefail
62
- go test -race -v ./...
+ go test -race -v ./tests/...
63
substitutions:
64
_VERSION: ${_VERSION}
65
_IP_TYPE: ${_IP_TYPE}
0 commit comments