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

Remove extra space

parent 20398d29
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