diff options
author | stuebinm | 2022-10-11 21:23:11 +0200 |
---|---|---|
committer | stuebinm | 2022-10-11 21:23:11 +0200 |
commit | a4461ce5d73a617e614e259bfe30b4e895c38a19 (patch) | |
tree | 20215477ee92955f65ea3c6877f6abda85b29da8 | |
parent | b46a545bc4bd48e089338f52a812c401fe2aff0d (diff) |
update gitlab ci
Diffstat (limited to '')
-rw-r--r-- | .gitlab-ci.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 235a48b..3bcfbe8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ -image: haskell:8.10.7 +image: haskell:9.0.2 stages: - build - - trigger + # - trigger build-job: stage: build @@ -23,10 +23,10 @@ build-job: - .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 +# 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 |