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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cpplib
Commits
679b5365
Commit
679b5365
authored
2 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
DOC: added comments
parent
df7e8067
No related branches found
No related tags found
2 merge requests
!42
Release 0.2.0
,
!38
Use "trigger" keyword for pipeline.
Pipeline
#24502
failed
2 years ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
proto
+1
-1
1 addition, 1 deletion
proto
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
1
View file @
679b5365
...
@@ -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
valu
es
# For storing cross-job
environment variabl
es
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
...
...
This diff is collapsed.
Click to expand it.
proto
@
6f81c44a
Compare
533c8e73
...
6f81c44a
Subproject commit
533c8e7341d0659e3cc43d834793a7a965703f55
Subproject commit
6f81c44a02b9258293bfb83b4de7831ef8d7c4e9
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment