From 967b46c94f5c3787260bb6fbaca70a6955c42e0a Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 28 Oct 2022 07:48:37 -0800 Subject: [PATCH] Update check_git_apply.yaml --- .github/workflows/check_git_apply.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_git_apply.yaml b/.github/workflows/check_git_apply.yaml index 18518d3..dcba3a8 100644 --- a/.github/workflows/check_git_apply.yaml +++ b/.github/workflows/check_git_apply.yaml @@ -14,8 +14,8 @@ on: env: GITHUB_SHA: ${{ github.event.inputs.rtag }} - USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal - REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket + USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal + REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket jobs: get-git-apply: @@ -25,7 +25,7 @@ jobs: env: GITHUB_SHA: ${{ github.event.inputs.rtag }} USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images - REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket + REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket volumes: - /tmp/proxy:/tmp/proxy @@ -40,6 +40,8 @@ jobs: 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 chown lg /__w/_temp wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb sudo dpkg -i packages-microsoft-prod.deb