Skip to content
Snippets Groups Projects
Commit 5f21f54d authored by Alan Nelson's avatar Alan Nelson
Browse files

Merge branch 'develop' into 'master'

Remove extra space

See merge request !96
parents b7e9935f 20482e8e
Branches
No related tags found
1 merge request!96Remove extra space
...@@ -11,7 +11,7 @@ This is primarily intended to act as an approval step for outside developers ...@@ -11,7 +11,7 @@ This is primarily intended to act as an approval step for outside developers
using our hosting stack and CI/CD processes. using our hosting stack and CI/CD processes.
''' '''
if os.environ.get('CI_PIPELINE_SOURCE ') == 'merge_request_event': if os.environ.get('CI_PIPELINE_SOURCE') == 'merge_request_event':
branch = os.environ.get('CI_MERGE_REQUEST_TARGET_BRANCH_NAME') branch = os.environ.get('CI_MERGE_REQUEST_TARGET_BRANCH_NAME')
else: else:
branch = os.environ.get('CI_COMMIT_BRANCH') branch = os.environ.get('CI_COMMIT_BRANCH')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment