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
- 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}