Update check_git_apply.yaml
This commit is contained in:
parent
aa646fed5d
commit
405be869fd
13
.github/workflows/check_git_apply.yaml
vendored
13
.github/workflows/check_git_apply.yaml
vendored
@ -10,6 +10,9 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
||||||
|
REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket
|
||||||
|
USELOCALIMAGE: false # CUSTOM RUNNER: permit use of local images
|
||||||
|
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-git-apply:
|
get-git-apply:
|
||||||
@ -17,15 +20,17 @@ jobs:
|
|||||||
|
|
||||||
container:
|
container:
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
env:
|
|
||||||
REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket
|
|
||||||
USELOCALIMAGE: false # CUSTOM RUNNER: permit use of local images
|
|
||||||
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Prepare container
|
- name: Prepare container
|
||||||
run: |
|
run: |
|
||||||
|
# reset proxy env
|
||||||
|
HTTP_PROXY=
|
||||||
|
HTTPS_PROXY=
|
||||||
|
http_proxy=
|
||||||
|
https_proxy=
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
apt install -y wget unzip tar sed dos2unix patchutils wiggle curl git
|
apt install -y wget unzip tar sed dos2unix patchutils wiggle curl git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user