From 38f2ec7ebd93148cc03b1a493b08de3709d9443d Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Wed, 23 Nov 2022 11:34:46 +0100 Subject: [PATCH] fixed pipeline syntax --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d7802b..4cc7746 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,13 +5,16 @@ default: - kubernetes - flying-circus +variables: + APP_NAME: fcoscore + stages: - test # - build # - release # - deploy -deploy: +helm-upgrade: stage: test script: - helm upgrade ${APP_NAME} ./ --install --values=./values.yaml --namespace ${APP_NAME}