mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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…
x
Reference in New Issue
Block a user