Skip to content

Commit 2780ad1

Browse files
committed
fix: retry git issue
1 parent 214ecc5 commit 2780ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/build-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
echo "Cloning CLI repo"
44
cd ~
5-
git clone --depth 1 https://github.com/snyk/cli.git
5+
git clone https://github.com/snyk/cli.git
66
cd cli
77
echo "Replacing snyk-docker-plugin dependency with SHA $CIRCLE_SHA1"
88
sed -iE "s/\"snyk-docker-plugin\": \".*\",/\"snyk-docker-plugin\": \"git:\/\/github.com\/snyk\/snyk-docker-plugin.git#$CIRCLE_SHA1\",/" package.json

0 commit comments

Comments
 (0)