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

Commit 01ea736c authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

test syntax

parent e60a139d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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