Skip to content

Commit

Permalink
edit tasks.py to feature for frontent testing
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyporkchops committed Nov 7, 2019
1 parent 948548d commit b59697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def _detect_space(repo, branch=None, yes=False):
('stage', lambda _, branch: branch.startswith('release')),
('dev', lambda _, branch: branch == 'develop'),
# Uncomment below and adjust branch name to deploy desired feature branch to the feature space
#('feature', lambda _, branch: branch == 'feature/the-branch-name'),
('feature', lambda _, branch: branch == 'feature/2935-internal-external-link-record-and-example-templates'),
)


Expand Down

0 comments on commit b59697b

Please sign in to comment.