Skip to content
Snippets Groups Projects
Commit a5e20af2 authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
Browse files

Update .gitlab-ci.yml file to create the package release after the deployment.

parent df01ec43
No related branches found
No related tags found
No related merge requests found
Pipeline #238007 failed
......@@ -56,6 +56,7 @@ stages:
- Unit Test
- Integration Test
- Package
- Deploy
- Release
#############################################################
......@@ -141,7 +142,7 @@ evoal:unit:
## Remaining deploy steps
evoal:deploy:
stage: Release
stage: Deploy
dependencies: ["evoal:compile"]
tags:
- docker
......@@ -157,8 +158,8 @@ evoal:deploy:
## Remaining release steps
all:package:
stage: Package
dependencies: ["evoal:deploy", "languages:deploy"]
stage: Release
dependencies: ["evoal:deploy", "dsl:deploy"]
tags:
- docker
image: $EVOAL_IMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment