Loading .gitlab-ci.yml +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" Loading @@ -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 Loading
.gitlab-ci.yml +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" Loading @@ -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