Update check_git_apply.yaml

This commit is contained in:
uazo 2022-10-28 07:48:51 -02:00 committed by GitHub
parent aa646fed5d
commit 405be869fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 4 deletions

View File

@ -10,6 +10,9 @@ on:
env:
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:
get-git-apply:
@ -17,15 +20,17 @@ jobs:
container:
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:
- name: Prepare container
run: |
# reset proxy env
HTTP_PROXY=
HTTPS_PROXY=
http_proxy=
https_proxy=
apt update
apt install -y wget unzip tar sed dos2unix patchutils wiggle curl git