Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gpumathsnative
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
elixxir
gpumathsnative
Commits
f69795f9
Commit
f69795f9
authored
3 years ago
by
Sydney Anne Erickson
Browse files
Options
Downloads
Plain Diff
Merge branch 'Jakub/CI' into 'release'
Update .gitlab-ci.yml See merge request
!6
parents
56020006
ada63bd2
Branches
dev
Branches containing commit
No related tags found
2 merge requests
!7
Release
,
!6
Update .gitlab-ci.yml
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-13
7 additions, 13 deletions
.gitlab-ci.yml
with
7 additions
and
13 deletions
.gitlab-ci.yml
+
7
−
13
View file @
f69795f9
...
...
@@ -26,8 +26,7 @@ before_script:
stages
:
-
setup
-
trigger_server
-
trigger_release_server
-
trigger_integration
setup
:
stage
:
setup
...
...
@@ -43,16 +42,11 @@ setup:
-
lib/
# TODO(?): have server pull in the latest from release/master automatically for this pipeline, if possible
trigger_server
:
stage
:
trigger_server
script
:
-
"
curl
-X
POST
-F
token=5be79349e632bcd07f452d04cc0583
-F
ref=master
https://gitlab.com/api/v4/projects/5014439/trigger/pipeline"
only
:
-
master
trigger_release_server
:
stage
:
trigger_release_server
script
:
-
"
curl
-X
POST
-F
token=5be79349e632bcd07f452d04cc0583
-F
ref=release
https://gitlab.com/api/v4/projects/5014439/trigger/pipeline"
trigger_integration
:
stage
:
trigger_integration
trigger
:
project
:
elixxir/integration
branch
:
$CI_COMMIT_REF_NAME
only
:
-
release
-
master
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