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

Update URL in merge request check script

parent 126a16b3
No related branches found
No related tags found
1 merge request!99Update URL in merge request check script
...@@ -16,7 +16,7 @@ if os.environ.get('CI_PIPELINE_SOURCE') == 'merge_request_event': ...@@ -16,7 +16,7 @@ if os.environ.get('CI_PIPELINE_SOURCE') == 'merge_request_event':
else: else:
branch = os.environ.get('CI_COMMIT_BRANCH') branch = os.environ.get('CI_COMMIT_BRANCH')
response = requests.post('https://its-lampprod1-whm.unl.edu/merge_auth_check.php', data={ response = requests.post('https://its-lampprod2-whm.unl.edu/merge_auth_check.php', data={
'repo': os.environ.get('CI_PROJECT_PATH'), 'repo': os.environ.get('CI_PROJECT_PATH'),
'sha': os.environ.get('CI_COMMIT_SHA'), 'sha': os.environ.get('CI_COMMIT_SHA'),
'branch': branch, 'branch': branch,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment