build(azure-pipelines): do not download redundant stack packages in ci
This commit is contained in:
parent
114bceb57e
commit
e8adb2c27d
@ -31,5 +31,7 @@ WORKDIR ${PROJECT_DIR}
|
||||
ENV HOME=${PROJECT_DIR}
|
||||
ENV STACK_ROOT="${PROJECT_DIR}/.stack"
|
||||
|
||||
RUN stack install yesod-bin
|
||||
RUN stack install hpack
|
||||
RUN [ if ! -z "${IN_CI}" ]; then \
|
||||
stack install yesod-bin; \
|
||||
stack install hpack; \
|
||||
fi
|
||||
Loading…
Reference in New Issue
Block a user