We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac117e6 commit c1a9054Copy full SHA for c1a9054
scripts/sync-repo.sh
@@ -25,7 +25,7 @@ for folder in $GLOB; do
25
CLONE_DIR="__${NAME}__clone__"
26
27
# Note: redirect output to dev/null to avoid any possibility of leaking token
28
- git clone --quiet --depth 1 --branch ${BRANCH} ${REPO}${NAME}.git $CLONE_DIR > /dev/null
+ git clone --quiet --branch ${BRANCH} ${REPO}${NAME}.git $CLONE_DIR > /dev/null
29
cd $CLONE_DIR
30
31
# Delete all files (to handle deletions in monorepo)
0 commit comments