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

small reformating

parent 9f29d5af
Branches
No related merge requests found
Pipeline #43227 passed with stages
in 42 seconds
......@@ -29,5 +29,13 @@ trigger_cb_pipeline:
tags:
- docker
script:
- '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"'
- 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
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