From 7bb2604ff206beb16e37bbced0433c48e9c2a0b5 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Thu, 22 Feb 2024 21:55:51 +0100 Subject: Disable unnecessary jobs for current issue --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29c34a4e..d86634bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ image: debian:buster before_script: - uname -a -pngcheck: +.pngcheck: stage: test script: - ./.tools/pngcheck.sh @@ -17,7 +17,7 @@ imagemagiccheck: - ./.tools/imagemagiccheck.sh allow_failure: true -manaplus: +.manaplus: stage: test script: - ./.tools/manaplus.sh @@ -29,7 +29,7 @@ manaplus: expire_in: 3 week allow_failure: true -newlines: +.newlines: stage: test tags: - lightweight @@ -42,7 +42,7 @@ newlines: expire_in: 3 week #allow_failure: true -licensecheck: +.licensecheck: stage: test tags: - lightweight @@ -51,7 +51,7 @@ licensecheck: - ./.tools/licensecheck.sh allow_failure: true -testxml: +.testxml: stage: test image: ubuntu:18.04 tags: -- cgit v1.2.3-60-g2f50