Skip to content

Commit

Permalink
also emit the vault version installed
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer committed Dec 2, 2022
1 parent 51f8e56 commit 4c7c842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ jobs:
wget -q -O /tmp/vault.zip https://releases.hashicorp.com/vault/${VAULT_BINARY_VERSION}/vault_${VAULT_BINARY_VERSION}_linux_amd64.zip
sudo unzip -d /usr/local/bin /tmp/vault.zip
rm -rf /tmp/vault*
vault version
- checkout
- run: go mod download
- run:
Expand Down

0 comments on commit 4c7c842

Please sign in to comment.