diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-01-25 10:07:44 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-01-25 10:07:44 -0800 |
commit | 5ccba09550956e346b04dae311e6914b913055d0 (patch) | |
tree | a5ea0816419e340c5f179b3b903a6bdca58586a3 | |
parent | 32119ce04cdf6a23aef940513c7c712bf987e174 (diff) | |
download | pandoc-5ccba09550956e346b04dae311e6914b913055d0.tar.gz |
Revert "CircleCI - store artifact from stack build."
This reverts commit ecccb69ec70b5453936cee106940dbec66daaae0.
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 02648a63d..5b185ffeb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -110,11 +110,7 @@ jobs: apt-get install -y ghc-8.6.3 stack update stack test --system-ghc --ghc-options="${GHC_OPTS} -Werror" . - stack install --system-ghc --ghc-options="${GHC_OPTS}" --local-bin-path /tmp/artifacts - *save - - store_artifacts: - path: /tmp/artifacts/pandoc - destination: pandoc-${CIRCLE_SHA1} workflows: version: "2.1" |