summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-02-22 21:55:51 +0100
committerFedja Beader <fedja@protonmail.ch>2024-02-22 21:55:51 +0100
commit7bb2604ff206beb16e37bbced0433c48e9c2a0b5 (patch)
treeb4bfdc47d1bf3d44e76c79cef5c90fb339b13b5d
parent0ce0f36e9937600ad7b8dbeb47b1c279226d37b2 (diff)
downloadclientdata-7bb2604ff206beb16e37bbced0433c48e9c2a0b5.tar.gz
clientdata-7bb2604ff206beb16e37bbced0433c48e9c2a0b5.tar.bz2
clientdata-7bb2604ff206beb16e37bbced0433c48e9c2a0b5.tar.xz
clientdata-7bb2604ff206beb16e37bbced0433c48e9c2a0b5.zip
Disable unnecessary jobs for current issue
-rw-r--r--.gitlab-ci.yml10
1 files 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: