Skip to content

Commit

Permalink
Wait for build to success before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagnoux committed May 21, 2018
1 parent 00f6a99 commit 7cd5a3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,13 @@ workflows:
- deploy_python2:
requires:
- build_python2
- build_python3
filters:
branches:
only: master
- deploy_python3:
requires:
- build_python2
- build_python3
filters:
branches:
Expand Down

0 comments on commit 7cd5a3e

Please sign in to comment.