Skip to content

Commit

Permalink
chore: do not run git fetch in export.sh (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Apr 28, 2020
1 parent 62966ba commit 910469c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions browser_patches/export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ else
echo "-- checking $FRIENDLY_CHECKOUT_PATH is clean - OK"
fi

git fetch $REMOTE_BROWSER_UPSTREAM $BASE_BRANCH

PATCH_NAME=$(ls -1 $EXPORT_PATH/patches)
if [[ -z "$PATCH_NAME" ]]; then
PATCH_NAME="bootstrap.diff"
Expand Down

0 comments on commit 910469c

Please sign in to comment.