Update build_bromite.yaml
This commit is contained in:
parent
6e976a45af
commit
300c1d4c06
4
.github/workflows/build_bromite.yaml
vendored
4
.github/workflows/build_bromite.yaml
vendored
@ -29,12 +29,14 @@ jobs:
|
|||||||
path: bromite-buildtools
|
path: bromite-buildtools
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Get current proxy settings
|
- name: Enable proxy on container
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if ! [[ -z "${HTTP_PROXY}" ]]; then
|
if ! [[ -z "${HTTP_PROXY}" ]]; then
|
||||||
PROXY_ADDR=http://$(hostname -I | xargs):8118
|
PROXY_ADDR=http://$(hostname -I | xargs):8118
|
||||||
echo "PROXY_ADDR=$PROXY_ADDR" >> $GITHUB_ENV
|
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
|
fi
|
||||||
|
|
||||||
- name: Get current chromium version
|
- name: Get current chromium version
|
||||||
|
Loading…
Reference in New Issue
Block a user