diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-10-07 22:45:56 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-10-10 23:51:02 +0200 |
commit | 8ebb7e91cec46700d9331fe79d337a78f0eb68ac (patch) | |
tree | 93c02dc48d490b0bc6ba8299d9352f395a9aa2ad | |
parent | 3ba9d0e4e4946ee20a2c90b12d46bec5d0c21316 (diff) | |
download | clientdata-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.yml | 10 |
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 |