Skip to content

Commit

Permalink
Added -q flag to conda upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Nov 1, 2019
1 parent c04e4b2 commit 311f312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ else
conda install -c conda-forge anaconda-client
echo "Uploading..."
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
anaconda -t $CONDA_UPLOAD_TOKEN upload -u threeml /home/travis/miniconda/conda-bld/linux-64/*.tar.bz2 --force >upload.log
anaconda -q -t $CONDA_UPLOAD_TOKEN upload -u threeml /home/travis/miniconda/conda-bld/linux-64/*.tar.bz2 --force
else
anaconda -t $CONDA_UPLOAD_TOKEN upload -u threeml /Users/travis/miniconda/conda-bld/*/*.tar.bz2 --force >upload.log
anaconda -q -t $CONDA_UPLOAD_TOKEN upload -u threeml /Users/travis/miniconda/conda-bld/*/*.tar.bz2 --force
fi
fi
fi
Expand Down

0 comments on commit 311f312

Please sign in to comment.