Skip to content

Commit

Permalink
chore: print shasum and reorder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed Aug 16, 2024
1 parent 6d9845e commit 8aac7b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,10 @@ commands:
rm -f ./snyk
curl --retry 2 -L --compressed https://<< parameters.base_url >>/cli/<< parameters.version >>/snyk-linux -o ./snyk-linux
curl --retry 2 -L --compressed https://<< parameters.base_url >>/cli/<< parameters.version >>/snyk-linux.sha256 -o ./snyk-linux.sha256
sha256sum -c snyk-linux.sha256
cat snyk-linux.sha256
chmod +x ./snyk-linux
./snyk-linux --version
sha256sum -c snyk-linux.sha256
####################################################################################################
# WORKFLOWS
Expand Down

0 comments on commit 8aac7b3

Please sign in to comment.