fix(ci): use unified multi import command
This commit is contained in:
parent
edbbc77086
commit
94b910a55e
@ -46,10 +46,8 @@ build_install:
|
|||||||
- install -d "${PACMAN_CACHE}"
|
- install -d "${PACMAN_CACHE}"
|
||||||
- pacman -Syu --needed --noconfirm --cachedir "${PACMAN_CACHE}" make python sequoia-sq
|
- pacman -Syu --needed --noconfirm --cachedir "${PACMAN_CACHE}" make python sequoia-sq
|
||||||
script:
|
script:
|
||||||
- ./keyringctl import-main master/
|
- ./keyringctl import --main master master-revoked
|
||||||
- ./keyringctl import-main master-revoked/
|
- ./keyringctl import packager packager-revoked
|
||||||
- ./keyringctl import-packager packager/
|
|
||||||
- ./keyringctl import-packager packager-revoked/
|
|
||||||
- make
|
- make
|
||||||
- make install PREFIX=/usr
|
- make install PREFIX=/usr
|
||||||
- pacman-key --init
|
- pacman-key --init
|
||||||
|
Loading…
Reference in New Issue
Block a user