Update sync-branches.yml
yysnet
This commit is contained in:
parent
5dd224a846
commit
b4ab70fef7
10
.github/workflows/sync-branches.yml
vendored
10
.github/workflows/sync-branches.yml
vendored
@ -63,6 +63,16 @@ jobs:
|
|||||||
git reset --hard frogai/FrogPilot-Development
|
git reset --hard frogai/FrogPilot-Development
|
||||||
git push origin FrogPilot-Development --force
|
git push origin FrogPilot-Development --force
|
||||||
|
|
||||||
|
- name: Add remote for yysnet/carrotpilot
|
||||||
|
run: |
|
||||||
|
git remote add ajouatom https://github.com/yysnet/carrotpilot.git
|
||||||
|
git fetch ajouatom v7-wip10
|
||||||
|
- name: Sync v7-wip10 yysnet/carrotpilot
|
||||||
|
run: |
|
||||||
|
git branch -r | grep "origin/v7-wip10" && git push origin --delete v7-wip10 || echo "No conflict withv7-wip10 "
|
||||||
|
git checkout -b v7-wip10 yysnet/v7-wip10
|
||||||
|
git push origin v7-wip10
|
||||||
|
|
||||||
- name: Add remote for ajouatom/openpilot
|
- name: Add remote for ajouatom/openpilot
|
||||||
run: |
|
run: |
|
||||||
git remote add ajouatom https://github.com/ajouatom/openpilot.git
|
git remote add ajouatom https://github.com/ajouatom/openpilot.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user