Update check_git_apply.yaml
This commit is contained in:
parent
704b14ac14
commit
c2d9bd63c6
3
.github/workflows/check_git_apply.yaml
vendored
3
.github/workflows/check_git_apply.yaml
vendored
@ -14,6 +14,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
||||||
|
BROMITE_SHA: ${{ github.event.inputs.rtag }}
|
||||||
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
||||||
REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket
|
REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket
|
||||||
https_proxy: http://172.18.0.1:8118
|
https_proxy: http://172.18.0.1:8118
|
||||||
@ -77,7 +78,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sleep 2h
|
sleep 2h
|
||||||
VERSION=$(cat bromite/build/RELEASE)
|
VERSION=$(cat bromite/build/RELEASE)
|
||||||
./bin/SuperPatchUtils bromite $GITHUB_SHA chromium/src
|
./bin/SuperPatchUtils bromite $BROMITE_SHA chromium/src
|
||||||
|
|
||||||
cd chromium/src
|
cd chromium/src
|
||||||
git init
|
git init
|
||||||
|
Loading…
Reference in New Issue
Block a user