Skip to content

Commit

Permalink
chore: update debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed Oct 13, 2024
1 parent 96b9c33 commit b23fb5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,14 +410,14 @@ commands:
rm -f ./snyk
curl --retry 2 -L -v --compressed https://<< parameters.base_url >>/cli/<< parameters.version >>/snyk-linux -o ./snyk-linux
curl --retry 2 -L -v --compressed https://<< parameters.base_url >>/cli/<< parameters.version >>/snyk-linux.sha256 -o ./snyk-linux.sha256
echo Content shasum file ---
echo --- Content shasum file ---
cat snyk-linux.sha256
echo Shasum binary ---
echo --- Shasum binary ---
sha256sum snyk-linux
chmod +x ./snyk-linux
echo CLI version ---
echo --- CLI version ---
./snyk-linux --version
echo Shasum comparison ---
echo --- Shasum comparison ---
sha256sum -c snyk-linux.sha256
####################################################################################################
Expand Down

0 comments on commit b23fb5b

Please sign in to comment.