diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-29 17:20:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-29 17:20:01 -0300 |
commit | c307e7408bcd027a40ce34da8ebc338261bc1056 (patch) | |
tree | 9a6a1716254225d13f5a9577629f9b36d7136120 | |
parent | 79b78942e225e5acaedc5cde420c8875363d66e5 (diff) | |
download | serverdata-c307e7408bcd027a40ce34da8ebc338261bc1056.tar.gz serverdata-c307e7408bcd027a40ce34da8ebc338261bc1056.tar.bz2 serverdata-c307e7408bcd027a40ce34da8ebc338261bc1056.tar.xz serverdata-c307e7408bcd027a40ce34da8ebc338261bc1056.zip |
Edit CI file for debug purposes
-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 b1b219fb5..fc64eec1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: -- build - test +- build - fail - ok @@ -150,7 +150,7 @@ mysql_run_5.7: services: - mariadb:latest -mariadb_run_valgrind_latest: +.mariadb_run_valgrind_latest: stage: test script: - export CC=gcc-6 @@ -168,13 +168,13 @@ mariadb_run_valgrind_latest: services: - mariadb:latest -licensecheck: +.licensecheck: stage: test script: - ./.tools/jobs/licensecheck.sh image: debian:stable -newlines: +.newlines: stage: test script: - ./.tools/jobs/install.sh "dos2unix git-core" @@ -185,7 +185,7 @@ newlines: when: always expire_in: 3 week -spaces: +.spaces: stage: test script: - ./.tools/jobs/install.sh "sed git-core" |