Skip to content
Snippets Groups Projects
Commit 277d4af7 authored by Tim Jaacks's avatar Tim Jaacks
Browse files

Package & deploy: do not allow missing dotenv file

parent 3c68ccab
No related branches found
No related tags found
1 merge request!227CI-test: new deploy pipeline
Pipeline #46329 passed with warnings with stages
in 1 minute and 12 seconds
......@@ -140,7 +140,7 @@ workflow:
timeout: 60m
before_script:
# We do this manually since we do not use GitLab's default artifact downloader
- "[[ -f build.env ]] && source build.env"
- source build.env
.package-release:
extends:
......@@ -176,7 +176,7 @@ workflow:
image: instrumentisto/rsync-ssh:alpine3.16-r4
before_script:
# We do this manually since we do not use GitLab's default artifact downloader
- "[[ -f package.env ]] && source package.env"
- source package.env
# Save dotenv data for next stage
- echo "RELEASE_NAME=${RELEASE_NAME}" > deploy.env
- echo "VERSION=${VERSION}" >> deploy.env
......
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