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

added variables to trigger [ci skip]

parent 3a01c2b5
Branches
No related tags found
No related merge requests found
Pipeline #43226 skipped
...@@ -29,5 +29,5 @@ trigger_cb_pipeline: ...@@ -29,5 +29,5 @@ trigger_cb_pipeline:
tags: tags:
- docker - docker
script: script:
- 'curl --fail --request POST --form token=$CB_TRIGGER_TOKEN --form ref=master "$CB_TRIGGER_API_URL"' - 'curl --fail --request POST --form token=$CB_TRIGGER_TOKEN --form ref=master --form "variables[WALBERLA_GITLAB_INSTANCE]=https://i10git.cs.fau.de" --form "variables[WALBERLA_PROJECT_ID]=walberla/walberla" --form "variables[WALBERLA_BRANCH]=master" "$CB_TRIGGER_API_URL"'
when: manual when: manual
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment