image: haskell:8.10.7 stages: - build - trigger build-job: stage: build script: - stack build - mkdir dist - stack install --local-bin-path dist - cp config.json dist artifacts: paths: - dist variables: STACK_ROOT: "${CI_PROJECT_DIR}/.stack-root" cache: key: '$CI_JOB_NAME-stack-cache' paths: - .stack-work/ - .stack-root/ 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