Skip to content

Commit 2c97ef0

Browse files
committed
test in dev space
1 parent 5f95bee commit 2c97ef0

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
@@ -143,7 +143,7 @@ def _detect_space(repo, branch=None, yes=False):
143143
DEPLOY_RULES = (
144144
('prod', _detect_prod),
145145
('stage', lambda _, branch: branch.startswith('release')),
146-
('dev', lambda _, branch: branch == 'develop'),
146+
('dev', lambda _, branch: branch == 'feature/6110-upgrade-cf-cli'),
147147
)
148148

149149

0 commit comments

Comments
 (0)