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

Commit 08eab99d authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

test curl for creating MR

parent c7c18f2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ searx:
    - git fetch origin
    - git checkout $CI_COMMIT_REF_NAME
    - git remote add upstream $UPSTREAM_REPO
    - git pull upstream $UPSTREAM_BRANCH
    - git pull upstream $UPSTREAM_BRANCH || true
    - git add .
    - git commit -m "sync changes from upstream"
    - git push origin $CI_COMMIT_REF_NAME