Update check_git_apply.yaml
This commit is contained in:
parent
99970aa83e
commit
704b14ac14
6
.github/workflows/check_git_apply.yaml
vendored
6
.github/workflows/check_git_apply.yaml
vendored
@ -64,8 +64,6 @@ jobs:
|
|||||||
|
|
||||||
test -d /github/home/.vscode-server || sudo mkdir /github/home/.vscode-server
|
test -d /github/home/.vscode-server || sudo mkdir /github/home/.vscode-server
|
||||||
sudo chown lg /github/home/.vscode-server
|
sudo chown lg /github/home/.vscode-server
|
||||||
|
|
||||||
./bin/SuperPatchUtils bromite $GITHUB_SHA chromium/src
|
|
||||||
|
|
||||||
- name: Checkout 'uazo/bromite'
|
- name: Checkout 'uazo/bromite'
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -77,8 +75,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Create chromium sources
|
- name: Create chromium sources
|
||||||
run: |
|
run: |
|
||||||
#sleep 2h
|
sleep 2h
|
||||||
VERSION=$(cat bromite/build/RELEASE)
|
VERSION=$(cat bromite/build/RELEASE)
|
||||||
|
./bin/SuperPatchUtils bromite $GITHUB_SHA chromium/src
|
||||||
|
|
||||||
cd chromium/src
|
cd chromium/src
|
||||||
git init
|
git init
|
||||||
git config user.email "you@example.com"
|
git config user.email "you@example.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user