build_devel: only fetch target branches (#25941)

old-commit-hash: a75e85045e19016efd9e038fa2e8b53d50ac6c35
This commit is contained in:
Adeeb Shihadeh
2022-09-30 12:24:56 -07:00
committed by GitHub
parent 1cb4cdab24
commit d3d79ad145
+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