Skip to content

Commit 39d37bd

Browse files
committed
Adjust path of artifacts.
1 parent f667246 commit 39d37bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
command: |
2828
if [[ -n "${CIRCLE_TAG}" ]]
2929
then
30-
anaconda -t $BINSTAR_TOKEN upload --user=mila-udem /miniconda/conda-bld/linux-64/libgpuarray*
31-
anaconda -t $BINSTAR_TOKEN upload --user=mila-udem /miniconda/conda-bld/linux-64/pygpu*
30+
anaconda -t $BINSTAR_TOKEN upload --user=mila-udem /opt/conda/conda-bld/linux-64/libgpuarray*
31+
anaconda -t $BINSTAR_TOKEN upload --user=mila-udem /opt/conda/conda-bld/linux-64/pygpu*
3232
fi
3333
- store_artifacts:
34-
path: /miniconda/conda-bld/linux-64
34+
path: /opt/conda/conda-bld/linux-64
3535

3636
workflows:
3737
version: 2

0 commit comments

Comments
 (0)