Update check_git_apply.yaml
This commit is contained in:
parent
ce6a6a21bd
commit
4923c1bd3d
13
.github/workflows/check_git_apply.yaml
vendored
13
.github/workflows/check_git_apply.yaml
vendored
@ -21,17 +21,20 @@ jobs:
|
|||||||
REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket
|
REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket
|
||||||
USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images
|
USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images
|
||||||
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
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:
|
volumes:
|
||||||
- /tmp/proxy:/tmp/proxy
|
- /tmp/proxy:/tmp/proxy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Prepare container
|
- name: Prepare container
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo echo Acquire::http::Proxy \"http://172.18.0.1:8118\"\; >/etc/apt/apt.conf.d/proxy.conf
|
||||||
sudo apt install -y wget unzip tar sed dos2unix patchutils wiggle curl git
|
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
|
wget https://github.com/uazo/superpatch/releases/latest/download/SuperPatchUtils.tar.gz
|
||||||
tar xfz SuperPatchUtils.tar.gz
|
tar xfz SuperPatchUtils.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user