Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c49cba99 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

Update .gitlab-ci.yml

parent a4d71b89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ searx:
    - git add .
    - git commit -m "sync changes from upstream"
    - git push origin $BRANCH_NAME
    - curl -X POST "$CI_API_V4_URL/projects/$CI_PROJECT_ID/merge_requests" --header "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:$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}'

python:
  stage: check