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

Update .gitlab-ci.yml to use new integration trigger system

parent aba54abe
No related branches found
No related tags found
1 merge request!23Release
...@@ -67,12 +67,11 @@ tag: ...@@ -67,12 +67,11 @@ tag:
- git tag $(./release/notifications.linux64 version | grep "Elixxir Notifications Server v"| cut -d ' ' -f4) -f - git tag $(./release/notifications.linux64 version | grep "Elixxir Notifications Server v"| cut -d ' ' -f4) -f
- git push origin_tags -f --tags - git push origin_tags -f --tags
trigger_integration: trigger-integration:
stage: trigger_integration stage: trigger_integration
script: trigger:
# Server project: elixxir/integration
- "curl -X POST -F token=2a4419808282d0a47c55eee8b9904e -F ref=master https://gitlab.com/api/v4/projects/28/trigger/pipeline" branch: $CI_COMMIT_REF_NAME
# Client
- "curl -X POST -F token=602ad7669e7d6daa61b210a0c4312b -F ref=master https://gitlab.com/api/v4/projects/28/trigger/pipeline"
only: only:
- master - master
- release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment