Skip to content
Snippets Groups Projects
Commit c7edfd18 authored by Rehlein's avatar Rehlein
Browse files

chore: add trigger for pipeline on main

parent 9f9d5834
No related branches found
No related tags found
1 merge request!2chore: add trigger for pipeline on main
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment