ci: use http proxy
parent
e24845ecf7
commit
263c78bfe7
|
@ -16,6 +16,9 @@ pipeline:
|
|||
commands:
|
||||
- terraform plan -out=tfplan
|
||||
- terraform show -json tfplan
|
||||
environment:
|
||||
- HTTP_PROXY=caladan:8888
|
||||
- HTTPS_PROXY=caladan:8888
|
||||
secrets: [namecheap_api_key]
|
||||
|
||||
# gitleaks:
|
||||
|
|
Loading…
Reference in New Issue