Skip to content

Commit

Permalink
Change workspace path
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Wales committed Oct 28, 2020
1 parent 990f525 commit 8e5def6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- store_test_results:
path: /tmp/artifacts/pytest
- persist_to_workspace:
root: /tmp/artifacts
root: /opt/conda/conda-bld
paths:
- '*.tar.bz2'
- '*/*.tar.bz2'
black-check:
docker:
- image: continuumio/miniconda3
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

- run: conda install anaconda-client
- run: |
anaconda --token "${ANACONDA_TOKEN}" upload --user "${ANACONDA_USER}" /tmp/artifacts/*.tar.bz2
anaconda --token "${ANACONDA_TOKEN}" upload --user "${ANACONDA_USER}" /tmp/artifacts/*/*.tar.bz2
workflows:
version: 2
Expand Down

0 comments on commit 8e5def6

Please sign in to comment.