fixed pipeline syntax

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

View file

@ -17,7 +17,10 @@ stages:
helm-upgrade:
stage: test
script:
- helm upgrade ${APP_NAME} ./ --install --values=./values.yaml --namespace ${APP_NAME}
- echo ${APP_NAME}
- helm dependency update
- helm install --dry-run fcoscore .
# - helm upgrade ${APP_NAME} ./ --install --values=./values.yaml --namespace ${APP_NAME}
# rules:
# - if: $CI_COMMIT_BRANCH == 'master'
# when: always