Skip to content

Commit

Permalink
gitlab CI (#554)
Browse files Browse the repository at this point in the history
* trigger for ci

* reverct
  • Loading branch information
amarini authored and nucleosynthesis committed Jul 31, 2019
1 parent 7855de2 commit bd41baa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
image: gitlab-registry.cern.ch/ci-tools/ci-worker:cc7

stages:
- deploy

ci:
stage: deploy
#trigger: cms-hcg/performances/ci
script:
curl --request POST --form "variables[COMBINE_REF]=$CI_COMMIT_REF_NAME" --form "token=$CI_JOB_TOKEN" --form ref=master https://gitlab.cern.ch/api/v4/projects/cms-hcg%2Fperformances%2Fci/trigger/pipeline

0 comments on commit bd41baa

Please sign in to comment.