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 214ecc5 commit 2780ad1Copy full SHA for 2780ad1
.circleci/build-cli.sh
@@ -2,7 +2,7 @@
2
3
echo "Cloning CLI repo"
4
cd ~
5
-git clone --depth 1 https://github.com/snyk/cli.git
+git clone https://github.com/snyk/cli.git
6
cd cli
7
echo "Replacing snyk-docker-plugin dependency with SHA $CIRCLE_SHA1"
8
sed -iE "s/\"snyk-docker-plugin\": \".*\",/\"snyk-docker-plugin\": \"git:\/\/github.com\/snyk\/snyk-docker-plugin.git#$CIRCLE_SHA1\",/" package.json
0 commit comments