Loading .gitlab-ci.yml +4 −1 Original line number Diff line number Diff line image: fpco/stack-build:lts-14.6 variables: STACK_ROOT: "${CI_PROJECT_DIR}/.stack" cache: paths: - .stack-work - ~/.stack - .stack build: stage: build Loading Loading
.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line image: fpco/stack-build:lts-14.6 variables: STACK_ROOT: "${CI_PROJECT_DIR}/.stack" cache: paths: - .stack-work - ~/.stack - .stack build: stage: build Loading