mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 23:18:28 -04:00
github: allow test_size to work outside of upstream repo
This commit is contained in:
parent
5576595006
commit
fd32425d24
6
.github/workflows/test_size.yml
vendored
6
.github/workflows/test_size.yml
vendored
@ -151,9 +151,9 @@ jobs:
|
|||||||
cd pr/
|
cd pr/
|
||||||
git config user.email "ardupilot-ci@ardupilot.org"
|
git config user.email "ardupilot-ci@ardupilot.org"
|
||||||
git config user.name "ArduPilot CI"
|
git config user.name "ArduPilot CI"
|
||||||
git remote add ardupilot https://github.com/ArduPilot/ardupilot.git
|
git remote add target_repo https://github.com/${{github.event.pull_request.base.repo.full_name}}
|
||||||
git fetch --no-tags --prune --progress ardupilot ${{ github.event.pull_request.base.ref }}
|
git fetch --no-tags --prune --progress target_repo ${{ github.event.pull_request.base.ref }}
|
||||||
git rebase ardupilot/${{ github.event.pull_request.base.ref }}
|
git rebase target_repo/${{ github.event.pull_request.base.ref }}
|
||||||
git submodule update --init --recursive --depth=1
|
git submodule update --init --recursive --depth=1
|
||||||
# configure
|
# configure
|
||||||
if [ $BOOTLOADER -eq 1 ]; then
|
if [ $BOOTLOADER -eq 1 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user