From e32485bfc80dd3334fec8746504c9297e3b00646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Thu, 10 Jan 2019 14:38:57 +0100 Subject: [PATCH] Improve Gitlab CI - Only when PKGBUILD changes - Remove debug messages --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4a4710..10246d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,6 @@ makepkg: - chmod 770 /root script: - ulimit -c 0 - - pwd - - ls -Rl - sudo -u build -- makepkg --syncdeps artifacts: name: $CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA @@ -43,4 +41,7 @@ commitpkg: script: - seblu-push only: - - master + refs: + - master + changes: + - PKGBUILD -- GitLab