From 602b037393a1d21802919dcd5d428b1ddc35061e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= <seblu@seblu.net> Date: Tue, 19 Nov 2019 10:05:55 +0100 Subject: [PATCH] Always try to compile the kernel --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e131f55..550e8f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,10 +10,6 @@ makepkg: paths: - config.x86_64 - "*.pkg.tar.xz" - only: - refs: - - tags - - web commitpkg: stage: deploy -- GitLab