Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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-server
Commits
ec44c368
Verified
Commit
ec44c368
authored
2 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
PIPELINE
parent
72f8f027
No related branches found
No related tags found
No related merge requests found
Pipeline
#25873
passed
2 years ago
Stage: info
Stage: test
Stage: deploy
Changes
1
Pipelines
19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-6
3 additions, 6 deletions
.gitlab-ci.yml
with
3 additions
and
6 deletions
.gitlab-ci.yml
+
3
−
6
View file @
ec44c368
...
@@ -99,9 +99,6 @@ test:
...
@@ -99,9 +99,6 @@ test:
-
echo "TMP_CPPLIB=${CPPLIB}" >> dotenv.env
-
echo "TMP_CPPLIB=${CPPLIB}" >> dotenv.env
-
echo "TMP_PYLIB=${PYLIB}" >> dotenv.env
-
echo "TMP_PYLIB=${PYLIB}" >> dotenv.env
-
echo "TMP_PYINT=${PYINT}" >> dotenv.env
-
echo "TMP_PYINT=${PYINT}" >> dotenv.env
-
echo "TMP_TRIGGERED_BY_REPO=${TRIGGERED_BY_REPO}" >> dotenv.env
-
echo "TMP_TRIGGERED_BY_HASH=${TRIGGERED_BY_HASH}" >> dotenv.env
-
echo "TMP_TRIGGERED_BY_REF=${TRIGGERED_BY_REF}" >> dotenv.env
-
cat dotenv.env
-
cat dotenv.env
artifacts
:
artifacts
:
reports
:
reports
:
...
@@ -116,6 +113,9 @@ trigger_inttest:
...
@@ -116,6 +113,9 @@ trigger_inttest:
inherit
:
inherit
:
variables
:
variables
:
-
DEPLOY_REF
-
DEPLOY_REF
-
TRIGGERED_BY_REPO
-
TRIGGERED_BY_REF
-
TRIGGERED_BY_HASH
variables
:
variables
:
# Renaming variables.
# Renaming variables.
F_BRANCH
:
$CI_COMMIT_REF_NAME
F_BRANCH
:
$CI_COMMIT_REF_NAME
...
@@ -126,9 +126,6 @@ trigger_inttest:
...
@@ -126,9 +126,6 @@ trigger_inttest:
PYINT
:
$TMP_PYINT
PYINT
:
$TMP_PYINT
CPPINT
:
$TMP_CPPINT
CPPINT
:
$TMP_CPPINT
MYSQLBACKEND
:
$TMP_MYSQLBACKEND
MYSQLBACKEND
:
$TMP_MYSQLBACKEND
TRIGGERED_BY_REPO
:
$TMP_TRIGGERED_BY_REPO
TRIGGERED_BY_REF
:
$TMP_TRIGGERED_BY_REF
TRIGGERED_BY_HASH
:
$TMP_TRIGGERED_BY_HASH
trigger
:
trigger
:
project
:
caosdb/src/caosdb-deploy
project
:
caosdb/src/caosdb-deploy
branch
:
$DEPLOY_REF
branch
:
$DEPLOY_REF
...
...
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