mirror of
https://github.com/actions/cache.git
synced 2026-02-09 03:27:25 +00:00
Merge branch 'Link-/fix-proxy-integration-tests' of github.com:actions/cache into Link-/fix-proxy-integration-tests
This commit is contained in:
commit
61ba4b9b0a
1 changed files with 6 additions and 0 deletions
6
.github/workflows/workflow.yml
vendored
6
.github/workflows/workflow.yml
vendored
|
|
@ -108,6 +108,9 @@ jobs:
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y iptables dnsutils curl jq ipset
|
apt-get install -y iptables dnsutils curl jq ipset
|
||||||
- name: Fetch GitHub meta and configure firewall
|
- name: Fetch GitHub meta and configure firewall
|
||||||
|
env:
|
||||||
|
http_proxy: http://squid-proxy:3128
|
||||||
|
https_proxy: http://squid-proxy:3128
|
||||||
run: |
|
run: |
|
||||||
# Fetch GitHub meta API to get all IP ranges
|
# Fetch GitHub meta API to get all IP ranges
|
||||||
echo "Fetching GitHub meta API..."
|
echo "Fetching GitHub meta API..."
|
||||||
|
|
@ -349,6 +352,9 @@ jobs:
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y iptables dnsutils curl jq ipset
|
apt-get install -y iptables dnsutils curl jq ipset
|
||||||
- name: Fetch GitHub meta and configure firewall
|
- name: Fetch GitHub meta and configure firewall
|
||||||
|
env:
|
||||||
|
http_proxy: http://squid-proxy:3128
|
||||||
|
https_proxy: http://squid-proxy:3128
|
||||||
run: |
|
run: |
|
||||||
# Fetch GitHub meta API to get all IP ranges
|
# Fetch GitHub meta API to get all IP ranges
|
||||||
echo "Fetching GitHub meta API..."
|
echo "Fetching GitHub meta API..."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue