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

Commit 590a8610 authored by Fahim's avatar Fahim
Browse files

Add missing origin reference

parent 75c161d1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ build:
    - git remote add upstream $UPSTREAM_URL
    - git fetch upstream
    - git pull upstream $UPSTREAM_DEFAULT_BRANCH
    - git push --tags
    - git push origin --tags
    - git checkout --track origin/$LOCAL_BRANCH
    - git merge $UPSTREAM_BRANCH
    - git push