Update check_git_apply.yaml

This commit is contained in:
uazo
2022-11-03 03:32:05 -06:00
committed by GitHub
parent 704b14ac14
commit c2d9bd63c6

View File

@@ -14,6 +14,7 @@ on:
env:
GITHUB_SHA: ${{ github.event.inputs.rtag }}
BROMITE_SHA: ${{ github.event.inputs.rtag }}
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket
https_proxy: http://172.18.0.1:8118
@@ -77,7 +78,7 @@ jobs:
run: |
sleep 2h
VERSION=$(cat bromite/build/RELEASE)
./bin/SuperPatchUtils bromite $GITHUB_SHA chromium/src
./bin/SuperPatchUtils bromite $BROMITE_SHA chromium/src
cd chromium/src
git init