Update check_git_apply.yaml

This commit is contained in:
uazo 2022-10-28 07:36:23 -08:00 committed by GitHub
parent 946df3e35d
commit 99fc6289da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 9 deletions

View File

@ -21,15 +21,6 @@ jobs:
get-git-apply:
runs-on: ci
container:
image: uazo/build-deps:latest
env:
GITHUB_SHA: ${{ github.event.inputs.rtag }}
USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images
REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket
volumes:
- /tmp/proxy:/tmp/proxy
steps:
- name: Prepare container
@ -37,6 +28,8 @@ jobs:
sudo chown lg /etc/apt/apt.conf.d/proxy.conf
sudo chown lg .
sudo iptables -D INPUT -p tcp -s localhost --dport 8118 -j ACCEPT
sudo iptables -D INPUT -p tcp --dport 8118 -j DROP
sudo echo Acquire::http::Proxy \"http://172.18.0.1:8118\"\; >/etc/apt/apt.conf.d/proxy.conf
export HTTPS_PROXY=http://172.18.0.1:8118
export HTTP_PROXY=http://172.18.0.1:8118