fixed pipeline syntax

This commit is contained in:
Sebastian Wendel 2022-11-23 11:34:46 +01:00
parent 6102cc0a2a
commit 38f2ec7ebd
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -5,13 +5,16 @@ default:
- kubernetes - kubernetes
- flying-circus - flying-circus
variables:
APP_NAME: fcoscore
stages: stages:
- test - test
# - build # - build
# - release # - release
# - deploy # - deploy
deploy: helm-upgrade:
stage: test stage: test
script: script:
- helm upgrade ${APP_NAME} ./ --install --values=./values.yaml --namespace ${APP_NAME} - helm upgrade ${APP_NAME} ./ --install --values=./values.yaml --namespace ${APP_NAME}