From 27fbef9d396820fc50dd04e6480c19d7446464ba Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 30 Oct 2019 11:33:22 -0400 Subject: [PATCH] Yea ... that was thoughtless. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 67a3d1c..7ae4a48 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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. -- GitLab