Skip to content

Commit 23480e9

Browse files
committed
chore(script): fetch origin --tags
1 parent a86ec11 commit 23480e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/clone/clone.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ function run {
1818
ARGS="$ARGS --depth=$DEPTH"
1919
fi
2020
git clone https://driftyco:$GH_TOKEN@github.com/$REPOSITORY $DIRECTORY $ARGS
21-
git fetch
22-
git fetch --tags
21+
git fetch origin --tags
2322
}
2423

2524
source $(dirname $0)/../utils.inc
26-

0 commit comments

Comments
 (0)