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

Store temporary files of evoal build as well.

parent 8450c8a3
No related branches found
No related tags found
No related merge requests found
Pipeline #238015 failed
......@@ -153,13 +153,23 @@ evoal:deploy:
only:
changes:
- src/core/**/*
artifacts:
untracked: false
when: on_success
expire_in: "30 days"
paths:
- src/core/*/target/*
#############################################################
## Remaining release steps
all:package:
stage: Release
dependencies: ["evoal:deploy", "dsl:deploy"]
needs:
- job: "dsl:deploy"
artifacts: true
- job: "evoal:deploy"
artifacts: true
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