Skip to content
Snippets Groups Projects
Commit a107f291 authored by Christoph Alt's avatar Christoph Alt
Browse files

added a stage to trigger cb pipeline

parent 22510c38
Branches
Tags
No related merge requests found
Pipeline #43218 passed with warnings with stages
in 58 seconds
stages:
- test
- deploy
- trigger
test:
stage: test
......@@ -21,3 +22,9 @@ deploy_uniformgrid_gpu:
- pip install --user .
- python3 dashboards/deploy.py
when: manual
trigger_cb_pipeline:
stage: trigger
script:
- 'curl --fail --request POST --form token=$CB_TRIGGER_TOKEN --form ref=master "$CB_TRIGGER_API_URL"'
when: manual
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment