Compare commits
1 Commits
master
...
8a6ab5c8f9
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a6ab5c8f9 |
@@ -6,7 +6,7 @@ set -e
|
||||
dnf install -y unzip
|
||||
|
||||
# Download and extract vault
|
||||
curl -L -o /app/vault.zip https://releases.hashicorp.com/vault/${PACKAGE_VERSION}/vault_${PACKAGE_VERSION}_linux_amd64.zip
|
||||
curl -L -o /app/vault.zip https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/hashicorp-releases/vault/${PACKAGE_VERSION}/vault_${PACKAGE_VERSION}_linux_amd64.zip
|
||||
unzip vault.zip
|
||||
|
||||
# Process the nfpm.yaml template with environment variables
|
||||
|
||||
Reference in New Issue
Block a user