Commit 3803107e authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[ci] remove nix in stack.yaml

parent 43efa783
Pipeline #2266 canceled with stage
in 25 minutes and 51 seconds
......@@ -42,33 +42,3 @@ test:
- stack test --no-terminal --fast
# TOOO
#unit-test:
# stage: test
# script:
# - make test-unit
#
#int-test:
# stage: test
# script:
# - make test-int
#
#e2e-test:
# stage: test
# script:
# - make test-e2e
#
# If you find yourself with a non-sensical build error when you know your project should be building just fine, this fragment should help:
#
#build:
# stage: build
# script:
# # Clear out cache files
# - rm -rf .stack
# - rm -rf .stack-work
# - stack setup --system-ghc
# - stack install --local-bin-path target --system-ghc
......@@ -20,7 +20,7 @@ docker:
skip-ghc-check: true
nix:
enable: true
enable: false
add-gc-roots: true
shell-file: nix/stack-shell.nix
......
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