Skip to content
Snippets Groups Projects
Commit dd434500 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Update .gitlab-ci.yml

parent f3930159
No related branches found
No related tags found
1 merge request!12Update .gitlab-ci.yml
......@@ -101,8 +101,8 @@ tag:
- master
image: $DOCKER_IMAGE
script:
- git remote add origin_tags git@gitlab.com:elixxir/registration.git || true
- git remote set-url origin_tags git@gitlab.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.xx.network:elixxir/registration.git || true
- git tag $(./release/registration.linux64 version | grep "xx network Permissioning Server v"| cut -d ' ' -f5) -f
- git push origin_tags -f --tags
......@@ -111,8 +111,8 @@ trigger_integration:
stage: trigger_integration
script:
# 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
- "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:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment