parent
2e63c59157
commit
c8b54a5b05
|
|
@ -172,8 +172,7 @@ if git remote get-url $REMOTE_BROWSER_UPSTREAM >/dev/null; then
|
||||||
git remote set-url $REMOTE_BROWSER_UPSTREAM $REMOTE_URL
|
git remote set-url $REMOTE_BROWSER_UPSTREAM $REMOTE_URL
|
||||||
else
|
else
|
||||||
echo "-- adding |$REMOTE_BROWSER_UPSTREAM| remote to $REMOTE_URL"
|
echo "-- adding |$REMOTE_BROWSER_UPSTREAM| remote to $REMOTE_URL"
|
||||||
git remote add $REMOTE_BROWSER_UPSTREAM $REMOTE_URL
|
git remote rename origin $REMOTE_BROWSER_UPSTREAM
|
||||||
git fetch --depth 1 $REMOTE_BROWSER_UPSTREAM $BASE_BRANCH
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if our checkout contains BASE_REVISION.
|
# Check if our checkout contains BASE_REVISION.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue