Skip to content
Snippets Groups Projects
Commit 89289de8 authored by stuebinm's avatar stuebinm
Browse files

Merge branch 'chore/mapservice_pipeline_trigger' into 'main'

chore: add trigger for pipeline on main

See merge request !2
parents 9f9d5834 c7edfd18
No related branches found
No related tags found
1 merge request!2chore: add trigger for pipeline on main
Pipeline #11280 passed
...@@ -2,6 +2,7 @@ image: haskell:8.10.7 ...@@ -2,6 +2,7 @@ image: haskell:8.10.7
stages: stages:
- build - build
- trigger
build-job: build-job:
only: only:
...@@ -16,3 +17,13 @@ build-job: ...@@ -16,3 +17,13 @@ build-job:
artifacts: artifacts:
paths: paths:
- dist - 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment