summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjak1 <mike.wollmann@gmail.com>2021-03-23 14:23:05 +0100
committerjak1 <mike.wollmann@gmail.com>2021-03-23 14:23:05 +0100
commit7178aeedaa9ffe0bcaa808a55ddf3a4a2b1389e1 (patch)
treed9c81b928e1807f0178ff1d90583e195e259c419
parent2e788bbf70f9f1e52cf11208b0ef407af9d6a0df (diff)
downloaddocker-windows-builder-7178aeedaa9ffe0bcaa808a55ddf3a4a2b1389e1.tar.gz
docker-windows-builder-7178aeedaa9ffe0bcaa808a55ddf3a4a2b1389e1.tar.bz2
docker-windows-builder-7178aeedaa9ffe0bcaa808a55ddf3a4a2b1389e1.tar.xz
docker-windows-builder-7178aeedaa9ffe0bcaa808a55ddf3a4a2b1389e1.zip
added exit with error to test_only job
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea36c80..b8b825c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -93,6 +93,7 @@ test_only:
- /^test/.*/
script:
- echo "ci testing should use branches named test_* (doesnt trigger mxe_gcc5 build)"
+ - exit 1
<<: *job-test
allow_failure: true