Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cpplib
Merge requests
!42
Release 0.2.0
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Release 0.2.0
release-0.2.0
into
main
Overview
0
Commits
87
Pipelines
1
Changes
2
Closed
Timm Fitschen
requested to merge
release-0.2.0
into
main
2 years ago
Overview
0
Commits
87
Pipelines
1
Changes
2
0
0
Merge request reports
Viewing commit
679b5365
Prev
Next
Show latest version
2 files
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
679b5365
DOC: added comments
· 679b5365
Henrik tom Wörden
authored
3 years ago
.gitlab-ci.yml
+
2
−
1
View file @ 679b5365
Show full file
@@ -31,7 +31,7 @@ variables:
TRIGGERED_BY_REF
:
$CI_COMMIT_REF_NAME
TRIGGERED_BY_HASH
:
$CI_COMMIT_SHORT_SHA
# For storing cross-job
valu
es
# For storing cross-job
environment variabl
es
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