Update build_bromite.yaml

This commit is contained in:
uazo 2021-07-31 10:49:09 +02:00 committed by GitHub
parent 6e976a45af
commit 300c1d4c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,12 +29,14 @@ jobs:
path: bromite-buildtools
fetch-depth: 1
- name: Get current proxy settings
- name: Enable proxy on container
shell: bash
run: |
if ! [[ -z "${HTTP_PROXY}" ]]; then
PROXY_ADDR=http://$(hostname -I | xargs):8118
echo "PROXY_ADDR=$PROXY_ADDR" >> $GITHUB_ENV
sudo iptables -D INPUT -p tcp -s localhost --dport 8118 -j ACCEPT
sudo iptables -D INPUT -p tcp --dport 8118 -j DROP
fi
- name: Get current chromium version