From 478dc04787f9427238f4560c709b5515ff3bf584 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 28 Dec 2022 21:53:11 +0100 Subject: [PATCH] testing "deploy:pacman" job --- .gitlab-ci.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0bb885..b4b696c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,8 +43,6 @@ build:apt: build:pacman: image: archlinux:base-devel stage: build - rules: - - if: $CI_COMMIT_BRANCH == "archlinux-makepkg" before_script: - pacman -Syu --noconfirm git # "makepkg" don't likes root user @@ -195,11 +193,11 @@ deploy:apt: deploy:pacman: image: archlinux:base-devel stage: deploy - rules: - #- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - - changes: - - .PKGBUILD/**/* - - app/**/* +# rules: +# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH +# - changes: +# - .PKGBUILD/**/* +# - app/**/* needs: - job: build:pacman artifacts: true