Skip to content

Commit

Permalink
before creating internal-pr update submodules (#3225)
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig authored Dec 10, 2024
1 parent 88872ff commit d7f2610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/unix/create-internal-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)
SYNC_BRANCH_NAME=sync/$BRANCH_NAME

cd $EDGEWORKER_HOME
git submodule update --init --recursive
git fetch origin master

if git rev-parse --verify $SYNC_BRANCH_NAME; then
Expand Down

0 comments on commit d7f2610

Please sign in to comment.