CI: fix autoupdate
Reference the main branch instead of master. Signed-off-by: Casey Connolly <kcxt@postmarketos.org>
This commit is contained in:
parent
baa112b246
commit
3622865c9e
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ update_linux_next() {
|
|||
|
||||
git remote add gitlab https://pmos-ci:"$PMAPORTS_PUSH_TOKEN"@gitlab.postmarketos.org/postmarketOS/pmaports.git
|
||||
git fetch gitlab
|
||||
git checkout --track gitlab/master
|
||||
git checkout --track gitlab/main
|
||||
|
||||
for pkg in $PKGS; do
|
||||
case "$pkg" in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue