Readd commented git fetch

pull/25472/head
Richard Belleville 4 years ago
parent d37beca576
commit d75a3162b1
  1. 2
      tools/release/backport_pr.sh

@ -59,7 +59,7 @@ LABELS=$(echo "$PR_DATA" | jq -r '.labels | map(.name) | join(",")')
set -x
# git fetch origin
git fetch origin
BACKPORT_PRS=""
for BACKPORT_BRANCH in $BACKPORT_BRANCHES; do

Loading…
Cancel
Save