remove gunzip package as it is contained in gzip [ci skip]
This commit is contained in:
parent
dba7e9bb52
commit
f96985bd24
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ steps:
|
|||
TECHNITIUM_API_KEY:
|
||||
from_secret: TECHNITIUM_API_KEY
|
||||
commands:
|
||||
- "apk update && apk add git certbot expect curl gzip wget gunzip"
|
||||
- "apk update && apk add git certbot expect curl gzip wget"
|
||||
# Install terraform cli
|
||||
# - "curl https://releases.hashicorp.com/terraform/0.14.6/terraform_0.14.6_linux_amd64.zip | gzip -d > /usr/local/bin/terraform && chmod 775 /usr/local/bin/terraform"
|
||||
# - "curl https://releases.hashicorp.com/terraform/1.10.3/terraform_1.10.3_linux_amd64.zip | gzip -d > /usr/local/bin/terraform && chmod 775 /usr/local/bin/terraform"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue