diff options
author | Rehlein | 2021-12-23 22:18:07 +0100 |
---|---|---|
committer | Rehlein | 2021-12-23 22:18:07 +0100 |
commit | 53f71bca68a069e919821ecfde447cc97cc193b5 (patch) | |
tree | b1c980eba2effd7688e840bd076f351215a2bc93 | |
parent | 89289de8887e6b796ab9f26cdb64b441b140296b (diff) |
chore: curl image
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 076f4ea..f119a7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,11 +19,10 @@ build-job: - dist trigger-mapservice-pipeline: + image: curl:7.80.0 only: refs: - main stage: trigger script: - curl -X POST -F token=$MAPSERVICE_TOKEN -F ref=main https://git.cccv.de/api/v4/projects/252/trigger/pipeline - - |