ci: actually make web target

This commit is contained in:
Rainer Killinger
2022-04-14 16:09:13 +02:00
parent 87323e70cf
commit e9bd2b7a6c

View File

@@ -23,6 +23,7 @@ web:
image: registry.gitlab.com/openstapps/app-release-template
stage: deploy
script:
- make web
- >
if [ "$RELEASE_TYPE" == "staging" ]; then
# USE GITLAB PROTECTED & MASKED CI VARIABLES TO PROVIDE THE FOLLOWING DATA!