summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-10-07 22:45:56 +0200
committerFedja Beader <fedja@protonmail.ch>2024-10-10 23:51:02 +0200
commit8ebb7e91cec46700d9331fe79d337a78f0eb68ac (patch)
tree93c02dc48d490b0bc6ba8299d9352f395a9aa2ad
parent3ba9d0e4e4946ee20a2c90b12d46bec5d0c21316 (diff)
downloadclientdata-8ebb7e91cec46700d9331fe79d337a78f0eb68ac.tar.gz
clientdata-8ebb7e91cec46700d9331fe79d337a78f0eb68ac.tar.bz2
clientdata-8ebb7e91cec46700d9331fe79d337a78f0eb68ac.tar.xz
clientdata-8ebb7e91cec46700d9331fe79d337a78f0eb68ac.zip
Disable all other jobs to save CI time
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3fb5a945..65a6095b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ image: debian:stable
before_script:
- uname -a
-testxml:
+.testxml:
stage: test
tags:
- glados
@@ -14,12 +14,12 @@ testxml:
- pwd
image: debian:buster
-pngcheck:
+.pngcheck:
stage: test
script:
- ./.tools/pngcheck.sh
-imagemagiccheck:
+.imagemagiccheck:
stage: test
script:
- ./.tools/imagemagiccheck.sh
@@ -37,7 +37,7 @@ manaverse:
when: always
expire_in: 3 week
-newlines:
+.newlines:
stage: test
tags:
- lightweight
@@ -55,7 +55,7 @@ newlines:
- ./.tools/contributors.sh
- pwd
-licensecheck:
+.licensecheck:
stage: test
tags:
- lightweight