Skip to content

Commit

Permalink
Update dev deploy rule to point to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pkfec committed Jan 6, 2020
1 parent 3317063 commit 07e901e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ def _detect_space(repo, branch=None, yes=False):
DEPLOY_RULES = (
('prod', _detect_prod),
('stage', lambda _, branch: branch.startswith('release')),
('dev', lambda _, branch: branch == 'feature/4076-upgrade-smart-open-related-pkgs'),
# ('dev', lambda _, branch: branch == 'develop'),
('dev', lambda _, branch: branch == 'develop'),
)


Expand Down

0 comments on commit 07e901e

Please sign in to comment.