Commit cf873d01 authored by Jan Kiene's avatar Jan Kiene
Browse files

do shallow clone for speed up

parent 449657db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ echo "$MERGE_TARGET_COMMIT" >"$MERGE_TARGET_COMMIT_FILE"
set -x

# to get the commit SHAs for the float reference branches, we need to clone the repo here
git clone $URL_FLOAT_REPO $FLOAT_DIR
git clone $URL_FLOAT_REPO $FLOAT_DIR --depth 1

# below here we will be in the float repo!
cd $FLOAT_DIR