We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c5495 commit 3bc3ebaCopy full SHA for 3bc3eba
.travis.yml
@@ -15,7 +15,7 @@ services:
15
install:
16
- curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
17
- helm init --client-only
18
- - sudo apt-get install jq
+ - go get github.com/mikefarah/yq
19
20
script:
21
- docker build -t "$IMAGE_NAME" .
0 commit comments