Skip to content
Snippets Groups Projects
Commit 27fbef9d authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Yea ... that was thoughtless.

parent 0444149d
No related branches found
No related tags found
1 merge request!28Try passing the same flag to compute the path
......@@ -165,11 +165,11 @@ jobs:
# The flags passed to `stack path` need to pretty closely match
# those passed to `stack build` or the path comes out wrong.
# https://github.com/commercialhaskell/stack/issues/4892
PATH="stack path \
GETPATH="stack path \
--haddock \
--haddock-internal \
--no-haddock-deps"
mv $(nix-shell shell.nix --run "$PATH")/PaymentServer-* /tmp/PaymentServer-docs
mv $(nix-shell shell.nix --run "$GETPATH")/PaymentServer-* /tmp/PaymentServer-docs
- store_artifacts:
# This contains the html haddock output for the project.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment