Skip to content
Snippets Groups Projects
Commit 679b5365 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: added comments

parent df7e8067
No related branches found
No related tags found
2 merge requests!42Release 0.2.0,!38Use "trigger" keyword for pipeline.
Pipeline #24502 failed
...@@ -31,7 +31,7 @@ variables: ...@@ -31,7 +31,7 @@ variables:
TRIGGERED_BY_REF: $CI_COMMIT_REF_NAME TRIGGERED_BY_REF: $CI_COMMIT_REF_NAME
TRIGGERED_BY_HASH: $CI_COMMIT_SHORT_SHA TRIGGERED_BY_HASH: $CI_COMMIT_SHORT_SHA
# For storing cross-job values # For storing cross-job environment variables
DOTENV: custom.env DOTENV: custom.env
...@@ -127,6 +127,7 @@ trigger_prepare: ...@@ -127,6 +127,7 @@ trigger_prepare:
- echo "F_BRANCH=${F_BRANCH}" >> "$DOTENV" - echo "F_BRANCH=${F_BRANCH}" >> "$DOTENV"
- cat "$DOTENV" - cat "$DOTENV"
artifacts: artifacts:
# this special artifact will be loaded in the next job and make the environment variables available
reports: reports:
dotenv: "$DOTENV" dotenv: "$DOTENV"
expire_in: 1 day expire_in: 1 day
......
Subproject commit 533c8e7341d0659e3cc43d834793a7a965703f55 Subproject commit 6f81c44a02b9258293bfb83b4de7831ef8d7c4e9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment