From 46ea4359e08ae876daaf408d98773afced71138a Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Tue, 11 Oct 2022 21:23:11 +0200
Subject: [PATCH] update gitlab ci

---
 .gitlab-ci.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 235a48b..80e7f1f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,15 @@
-image: haskell:8.10.7
+image: haskell:9.0.2
 
 stages:
   - build
-  - trigger
+  # - trigger
 
 build-job:
   stage: build
   script:
-    - stack build
+    - stack build --no-nix
     - mkdir dist
-    - stack install --local-bin-path dist
+    - stack install --no-nix --local-bin-path dist
     - cp config.json dist
   artifacts:
     paths:
@@ -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
-- 
GitLab