build_devel: only fetch target branches (#25941)

pull/25939/head
Adeeb Shihadeh 3 years ago committed by GitHub
parent 5d33199905
commit a75e85045e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      release/build_devel.sh

@ -12,10 +12,7 @@ fi
# set git identity
source $DIR/identity.sh
echo "[-] Setting up repo T=$SECONDS"
cd $SOURCE_DIR
git fetch origin
echo "[-] Setting up target repo T=$SECONDS"
rm -rf $TARGET_DIR
mkdir -p $TARGET_DIR

Loading…
Cancel
Save