Meta/pushall: push out to CI repository before ko

The refmap (not tracked here) to update 'main' branch at the CI
repository is set to push from remotes/ko/master to make 'master'
current while allowing 'main' to lag behind one round of pushout to
'master'/'main'.  This way, pushing out to the CI repository won't
have to spend redundant cycles to build 'master' and 'main' at the
same time.
This commit is contained in:
Junio C Hamano
2023-04-11 12:41:25 -07:00
parent 1b21701f49
commit 6bdb97057e

View File

@@ -2,7 +2,7 @@
#sites='ko repo github2 sfjp sf.net'
: ${sites:="ko repo github2"}
: ${sites:="github2 ko repo"}
: ${nexts:="$sites"}
: ${mirrors="github gob-private"}