Commit 067544a8 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[ci] bring back stack lts image

This one seems to work with nix builds.
parent 4e807add
Pipeline #2271 failed with stage
in 120 minutes and 5 seconds
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# https://vadosware.io/post/zero-to-continuous-integrated-testing-a-haskell-project-with-gitlab/ # https://vadosware.io/post/zero-to-continuous-integrated-testing-a-haskell-project-with-gitlab/
# #
# #
#image: cgenie/stack-build:lts-18.18-garg image: cgenie/stack-build:lts-18.18-garg
image: cgenie/nixos-stack:latest #image: cgenie/nixos-stack:latest
variables: variables:
STACK_ROOT: "${CI_PROJECT_DIR}/.stack-root" STACK_ROOT: "${CI_PROJECT_DIR}/.stack-root"
......
...@@ -14,6 +14,7 @@ docker: ...@@ -14,6 +14,7 @@ docker:
enable: false enable: false
#enable: true #enable: true
repo: 'cgenie/stack-build:lts-18.18-garg' repo: 'cgenie/stack-build:lts-18.18-garg'
#repo: 'cgenie/nixos-stack:latest'
run-args: run-args:
- '--publish=8008:8008' - '--publish=8008:8008'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment