Skip to content
Snippets Groups Projects

Release 0.2.0

Closed Timm Fitschen requested to merge release-0.2.0 into main
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -31,7 +31,7 @@ variables:
TRIGGERED_BY_REF: $CI_COMMIT_REF_NAME
TRIGGERED_BY_HASH: $CI_COMMIT_SHORT_SHA
# For storing cross-job values
# For storing cross-job environment variables
DOTENV: custom.env
@@ -127,6 +127,7 @@ trigger_prepare:
- echo "F_BRANCH=${F_BRANCH}" >> "$DOTENV"
- cat "$DOTENV"
artifacts:
# this special artifact will be loaded in the next job and make the environment variables available
reports:
dotenv: "$DOTENV"
expire_in: 1 day
Loading