Skip to content
Snippets Groups Projects

chore: add trigger for pipeline on main

Merged Rehlein requested to merge chore/mapservice_pipeline_trigger into main
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
+ 11
0
@@ -2,6 +2,7 @@ image: haskell:8.10.7
stages:
- build
- trigger
build-job:
only:
@@ -16,3 +17,13 @@ build-job:
artifacts:
paths:
- dist
trigger-mapservice-pipeline:
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
Loading