Loading .gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -46,7 +46,7 @@ searx: - git add . - git add . - git commit -m "sync changes from upstream" - git commit -m "sync changes from upstream" - git push origin $BRANCH_NAME - git push origin $BRANCH_NAME - curl -Sv -X POST "$CI_API_V4_URL/projects/$CI_PROJECT_ID/merge_requests" --header "PRIVATE-TOKEN:$CI_JOB_TOKEN" --header "Content-Type:application/json" --data '{ "title":"Sync changes from searx","source_branch":`$BRANCH_NAME`,"target_branch":"master","assignee_id":`$MR_ASSIGNEE_ID`}' - curl -Sv -X POST "$CI_API_V4_URL/projects/$CI_PROJECT_ID/merge_requests" --header "PRIVATE-TOKEN:$PRIV_TOKEN" --header "Content-Type:application/json" --data '{ "title":"Sync changes from searx","source_branch":`"${BRANCH_NAME}"`,"target_branch":"master","assignee_id":`"$MR_ASSIGNEE_ID"`}' python: python: stage: check stage: check Loading Loading
.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -46,7 +46,7 @@ searx: - git add . - git add . - git commit -m "sync changes from upstream" - git commit -m "sync changes from upstream" - git push origin $BRANCH_NAME - git push origin $BRANCH_NAME - curl -Sv -X POST "$CI_API_V4_URL/projects/$CI_PROJECT_ID/merge_requests" --header "PRIVATE-TOKEN:$CI_JOB_TOKEN" --header "Content-Type:application/json" --data '{ "title":"Sync changes from searx","source_branch":`$BRANCH_NAME`,"target_branch":"master","assignee_id":`$MR_ASSIGNEE_ID`}' - curl -Sv -X POST "$CI_API_V4_URL/projects/$CI_PROJECT_ID/merge_requests" --header "PRIVATE-TOKEN:$PRIV_TOKEN" --header "Content-Type:application/json" --data '{ "title":"Sync changes from searx","source_branch":`"${BRANCH_NAME}"`,"target_branch":"master","assignee_id":`"$MR_ASSIGNEE_ID"`}' python: python: stage: check stage: check Loading