Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
registration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package 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
registration
Commits
c474f511
Commit
c474f511
authored
3 years ago
by
Jake Taylor
Browse files
Options
Downloads
Plain Diff
Merge branch 'sydney_anne-master-patch-84388' into 'master'
Update .gitlab-ci.yml See merge request
!12
parents
f3930159
dd434500
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!12
Update .gitlab-ci.yml
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
c474f511
...
@@ -101,8 +101,8 @@ tag:
...
@@ -101,8 +101,8 @@ tag:
-
master
-
master
image
:
$DOCKER_IMAGE
image
:
$DOCKER_IMAGE
script
:
script
:
-
git remote add origin_tags git@git
lab.com
:elixxir/registration.git ||
true
-
git remote add origin_tags git@git
.xx.network
:elixxir/registration.git ||
true
-
git remote set-url origin_tags git@git
lab.com
:elixxir/registration.git ||
true
-
git remote set-url origin_tags git@git
.xx.network
:elixxir/registration.git ||
true
-
git tag $(./release/registration.linux64 version | grep "xx network Permissioning Server v"| cut -d ' ' -f5) -f
-
git tag $(./release/registration.linux64 version | grep "xx network Permissioning Server v"| cut -d ' ' -f5) -f
-
git push origin_tags -f --tags
-
git push origin_tags -f --tags
...
@@ -111,8 +111,8 @@ trigger_integration:
...
@@ -111,8 +111,8 @@ trigger_integration:
stage
:
trigger_integration
stage
:
trigger_integration
script
:
script
:
# Server
# Server
-
"
curl
-X
POST
-F
token=2a4419808282d0a47c55eee8b9904e
-F
ref=master
https://gitlab.com/api/v4/projects/
5014439
/trigger/pipeline"
-
"
curl
-X
POST
-F
token=2a4419808282d0a47c55eee8b9904e
-F
ref=master
https://gitlab.com/api/v4/projects/
28
/trigger/pipeline"
# Client
# Client
-
"
curl
-X
POST
-F
token=602ad7669e7d6daa61b210a0c4312b
-F
ref=master
https://gitlab.com/api/v4/projects/
5454785
/trigger/pipeline"
-
"
curl
-X
POST
-F
token=602ad7669e7d6daa61b210a0c4312b
-F
ref=master
https://gitlab.com/api/v4/projects/
28
/trigger/pipeline"
only
:
only
:
-
master
-
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