From 9f29d5afe1278d40f016eaee10b9aefb8bdeb574 Mon Sep 17 00:00:00 2001 From: Christoph Alt <christoph.alt@fau.de> Date: Thu, 6 Oct 2022 13:46:03 +0200 Subject: [PATCH] added variables to trigger [ci skip] --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6002cad..fe042d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,5 +29,5 @@ trigger_cb_pipeline: tags: - docker 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 -- GitLab