build_devel: only fetch target branches (#25941)

This commit is contained in:
Adeeb Shihadeh
2022-09-30 12:24:56 -07:00
committed by GitHub
parent 5d33199905
commit a75e85045e
+1 -4
View File
@@ -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