Loading .gitlab-ci.yml +2 −4 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 @@ -7,13 +7,11 @@ cache: paths: - .stack-work - .stack - ~/.local/bin build: stage: build script: - stack upgrade --git --git-branch stable - ~/.local/bin/stack build - stack build - cp $(stack path --dist-dir)/build/mock-bot-telegram/mock-bot-telegram . artifacts: paths: Loading Loading
.gitlab-ci.yml +2 −4 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 @@ -7,13 +7,11 @@ cache: paths: - .stack-work - .stack - ~/.local/bin build: stage: build script: - stack upgrade --git --git-branch stable - ~/.local/bin/stack build - stack build - cp $(stack path --dist-dir)/build/mock-bot-telegram/mock-bot-telegram . artifacts: paths: Loading