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:
Harald Sitter
2026-05-27 02:09:35 +02:00
parent e04ec1fd26
commit 8500c7e1d6

View File

@@ -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