From 263c78bfe7c1fa849684aee7c34008118578828b Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Wed, 24 Aug 2022 11:54:31 +0200 Subject: [PATCH] ci: use http proxy --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 95e4d45..5eb6eca 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: