mirror of https://github.com/hashicorp/consul
also emit the vault version installed
parent
51f8e56fe0
commit
4c7c84292d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue