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.

Junio C Hamano committed Apr 11, 2023 at 12:41 UTC 6bdb97057e16b8d31b0b39f6b1f64bc0f02ad59e
1 file changed +1 -1
pushall
+1 -1
@@ -2,7 +2,7 @@
2
3 #sites='ko repo github2 sfjp sf.net'
4
5 -: ${sites:="ko repo github2"}
5 +: ${sites:="github2 ko repo"}
6 : ${nexts:="$sites"}
7 : ${mirrors="github gob-private"}
8