提交 b8c1ba3c authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Fix path for upload on CircleCI.

上级 7d46f831
...@@ -27,10 +27,10 @@ jobs: ...@@ -27,10 +27,10 @@ jobs:
command: | command: |
if [[ -n "${CIRCLE_TAG}" ]] if [[ -n "${CIRCLE_TAG}" ]]
then then
anaconda -t $BINSTAR_TOKEN upload --user=mila-udem /miniconda/conda-bld/noarch/theano* anaconda -t $BINSTAR_TOKEN upload --user=mila-udem /miniconda/conda-bld/linux-64/theano*
fi fi
- store_artifacts: - store_artifacts:
path: /miniconda/conda-bld/linux-x64 path: /miniconda/conda-bld/linux-64
workflows: workflows:
version: 2 version: 2
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论