Commit 0fbb11ca authored by Nicolas Lenz's avatar Nicolas Lenz ❄️
Browse files

Update .gitlab-ci.yml

parent 1db19fbc
Loading
Loading
Loading
Loading
Loading
+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"
@@ -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: