Commit 2401bf0d authored by Nicolas Lenz's avatar Nicolas Lenz ❄️
Browse files

Use install stack bin instead of dist as it's the finished one

parent 5cbf01d2
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
image: fpco/stack-build:lts-14.6
image: fpco/stack-build

variables:
  STACK_ROOT: "${CI_PROJECT_DIR}/.stack"
@@ -12,7 +12,7 @@ build:
  stage: build
  script:
    - stack build
    - cp $(stack path --dist-dir)/build/nebelhorn/nebelhorn .
    - cp $(stack path --local-install-root)/bin/nebelhorn .
  artifacts:
    paths:
      - nebelhorn