Commit e2a8460a authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[test] fix stack command for path

parent efd267e2
Pipeline #1486 failed with stage
...@@ -24,7 +24,7 @@ build: ...@@ -24,7 +24,7 @@ build:
- .stack-work/ - .stack-work/
script: script:
- stack build --no-terminal --haddock --no-haddock-deps --fast - stack build --no-terminal --haddock --no-haddock-deps --fast
- cp -R "$(stack --docker path --local-install-root)" ./output - cp -R "$(stack path --local-install-root)" ./output
artifacts: artifacts:
paths: paths:
- ./output - ./output
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment