Skip to content

Commit

Permalink
fix pkg deploy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 15, 2020
1 parent 5bddfa7 commit 930b6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ deploy:
- dvc*.exe
skip_cleanup: true
on:
condition: "$(./scripts/ci/deploy_condition.sh)"
condition: "$(./scripts/ci/deploy_condition.sh) && $(ls dvc*.rpm dvc*.deb dvc*.pkg dvc*.exe 2>&1)"
tags: true
repo: iterative/dvc
stage: build
Expand Down

0 comments on commit 930b6cf

Please sign in to comment.