Skip to content
Snippets Groups Projects
Commit c474f511 authored by Jake Taylor's avatar Jake Taylor :lips:
Browse files

Merge branch 'sydney_anne-master-patch-84388' into 'master'

Update .gitlab-ci.yml

See merge request !12
parents f3930159 dd434500
Branches
Tags
1 merge request!12Update .gitlab-ci.yml
...@@ -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@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@gitlab.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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment