Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -7,11 +7,13 @@ cache: paths: - .stack-work - .stack - ~/.local/bin build: stage: build script: - stack build - stack upgrade --git --git-branch stable - ~/.local/bin/stack build - cp $(stack path --dist-dir)/build/mock-bot-telegram/mock-bot-telegram . artifacts: paths: Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -7,11 +7,13 @@ cache: paths: - .stack-work - .stack - ~/.local/bin build: stage: build script: - stack build - stack upgrade --git --git-branch stable - ~/.local/bin/stack build - cp $(stack path --dist-dir)/build/mock-bot-telegram/mock-bot-telegram . artifacts: paths: Loading