Commit 6114fddd authored by Geoff Simmons's avatar Geoff Simmons

Bugfix the CI script.

parent dabe82db
......@@ -246,6 +246,7 @@ regression:tls:delete-secret:
KUBECTL: v1.17.0
KIND: v0.7.0
HELM: v3.1.0
TEST: local
before_script:
- apk add -U wget
- apk add -U curl
......@@ -257,7 +258,7 @@ regression:tls:delete-secret:
- chmod +x /usr/local/bin/kind
- wget -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL}/bin/linux/amd64/kubectl
- chmod +x /usr/local/bin/kubectl
- wget -O helm.tar.gz https://get.helm.sh/helm-$(HELM)-linux-amd64.tar.gz
- wget -O helm.tar.gz https://get.helm.sh/helm-${HELM}-linux-amd64.tar.gz
- tar --strip-components=1 -xzvvf helm.tar.gz linux-amd64/helm
- rm -f helm.tar.gz
- mv helm /usr/local/bin
......@@ -279,7 +280,7 @@ regression:tls:delete-secret:
- kind load docker-image varnish-ingress/haproxy
- kind load docker-image varnish-ingress/controller
- cd deploy
- make TEST=local deploy verify
- make deploy verify
# basic step for a pipeline to build the varnish image
.build-varnish:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment