mirror of
https://github.com/KDE/kde-linux.git
synced 2026-06-02 20:58:43 -04:00
ci: throw out the old kde-linux repos pacman.conf
use the upstream one instead. we no longer have our own repo!
This commit is contained in:
@@ -31,6 +31,7 @@ imaging:
|
||||
variables: &variables
|
||||
RUNNER_AFTER_SCRIPT_TIMEOUT: 1h
|
||||
script:
|
||||
- sudo cp /etc/pacman.conf.nolinux /etc/pacman.conf # can be dropped once an image rebuild has happened after 2026-05-27
|
||||
- sudo ./build.sh --force --debug # bootstap.sh happens as part of CI image build
|
||||
after_script:
|
||||
- ./upload-to-storage.sh || true
|
||||
@@ -54,6 +55,7 @@ imaging+publish:
|
||||
id_tokens: *tokens
|
||||
variables: *variables
|
||||
script:
|
||||
- sudo cp /etc/pacman.conf.nolinux /etc/pacman.conf # can be dropped once an image rebuild has happened after 2026-05-27
|
||||
- sudo pacman --sync --refresh --noconfirm curl which git
|
||||
- curl -s https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer | bash
|
||||
- sudo ./build.sh --force --debug # bootstap.sh happens as part of CI image build
|
||||
|
||||
Reference in New Issue
Block a user