mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-20 14:37:58 -04:00
use VM also for publishable job
This commit is contained in:
@@ -34,13 +34,14 @@ imaging:
|
||||
imaging+publish:
|
||||
stage: start
|
||||
tags:
|
||||
- kde-linux-image+publish-x86_64
|
||||
- VM
|
||||
- amd64
|
||||
rules:
|
||||
# NOTE: these are different from the regular imaging job!
|
||||
- if: $CI_COMMIT_REF_PROTECTED == 'true' && $CI_DEFAULT_BRANCH == $CI_COMMIT_REF_NAME && $CI_PROJECT_PATH == 'kde-linux/kde-linux'
|
||||
when: always
|
||||
allow_failure: false
|
||||
image: archlinux:latest
|
||||
image: storage.kde.org/vm-images/kde-linux-builder
|
||||
variables: *variables
|
||||
script:
|
||||
- sudo pacman --sync --refresh --noconfirm curl which git
|
||||
|
||||
Reference in New Issue
Block a user