Skip to content
Snippets Groups Projects
Commit d51d0c6f authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Update update_feedstock.py

Auto accepting the merge request does not seem to work
parent 007c2d3e
Branches
No related tags found
1 merge request!55Update update_feedstock.py
......@@ -251,8 +251,8 @@ def main(package, subfolder='recipes', direct_push=False):
title = 'Update-to-{}'.format(branch_name)
mr = gitlab.create_merge_request(project_id, branch_name, 'master',
title, remove_source_branch='true')
gitlab.accept_merge_request(
project_id, mr['id'], merge_when_pipeline_succeeds='true')
# gitlab.accept_merge_request(
# project_id, mr['id'], merge_when_pipeline_succeeds='true')
finally:
shutil.rmtree(temp_dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment