summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-02-22 21:55:51 +0100
committerFedja Beader <fedja@protonmail.ch>2024-10-08 02:13:19 +0200
commite46b372cda9d5c3a78f66e6a1eb54972cc13c55e (patch)
tree97f62a751dda46cd3dc57d6ccb030c3244a84021
parent14e315440a713a224767447f768858fbfdb20d3d (diff)
downloadclientdata-e46b372cda9d5c3a78f66e6a1eb54972cc13c55e.tar.gz
clientdata-e46b372cda9d5c3a78f66e6a1eb54972cc13c55e.tar.bz2
clientdata-e46b372cda9d5c3a78f66e6a1eb54972cc13c55e.tar.xz
clientdata-e46b372cda9d5c3a78f66e6a1eb54972cc13c55e.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: