Skip to content

Commit 1ace1ec

Browse files
committed
test in dev
1 parent e2a59ca commit 1ace1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def _detect_space(repo, branch=None, yes=False):
7373
DEPLOY_RULES = (
7474
('prod', _detect_prod),
7575
('stage', lambda _, branch: branch.startswith('release')),
76-
('dev', lambda _, branch: branch == 'develop'),
76+
('dev', lambda _, branch: branch == 'feature/6110-upgrade-cf-cli'),
7777
# Uncomment below and adjust branch name to deploy desired feature branch to the feature space
7878
# ('feature', lambda _, branch: branch == '[BRANCH NAME]'),
7979
)

0 commit comments

Comments
 (0)