From e1d1a21394481501c84ea239a86510f46344de7e Mon Sep 17 00:00:00 2001 From: ducoterra Date: Wed, 20 May 2020 19:52:27 -0400 Subject: [PATCH] oops --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a2191c..1641e5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,4 +35,4 @@ deploy_to_prod: - curl -L -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl - chmod +x /usr/local/bin/kubectl - curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash - - helm template homer --set tag=1.1.1 ./helm | kubectl apply -f - \ No newline at end of file + - helm template homer --set tag=$CI_COMMIT_TAG ./helm | kubectl apply -f - \ No newline at end of file