From 4923c1bd3df40e4476761acc4f6e4878b5cac7ca Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 28 Oct 2022 08:15:11 -0200 Subject: [PATCH] Update check_git_apply.yaml --- .github/workflows/check_git_apply.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check_git_apply.yaml b/.github/workflows/check_git_apply.yaml index 0c59101..20a29ce 100644 --- a/.github/workflows/check_git_apply.yaml +++ b/.github/workflows/check_git_apply.yaml @@ -21,17 +21,20 @@ jobs: REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal - HTTPS_PROXY: http://172.18.0.1:8118 - HTTP_PROXY: http://172.18.0.1:8118 volumes: - /tmp/proxy:/tmp/proxy steps: - name: Prepare container - run: | - sudo apt update - sudo apt install -y wget unzip tar sed dos2unix patchutils wiggle curl git + run: | + 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 + export http_proxy=http://172.18.0.1:8118 + export https_proxy=http://172.18.0.1:8118 + + sudo apt install -y wget unzip tar sed dos2unix patchutils wiggle curl nano wget https://github.com/uazo/superpatch/releases/latest/download/SuperPatchUtils.tar.gz tar xfz SuperPatchUtils.tar.gz