Skip to content

Commit d9c80b3

Browse files
committed
Fixed conda build script (2)
1 parent 50fb97a commit d9c80b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/travis_build_conda.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
2525
conda build conda --output-folder conda/dist --skip-existing
2626

2727
for f in conda/dist/noarch/domdf_python_tools-*.tar.bz2; do
28+
[ -e "$f" ] || continue
2829
echo "$f"
2930
conda install $f || exit 1
3031
echo "Deploying to Anaconda.org..."

0 commit comments

Comments
 (0)