diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-15 17:27:30 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-15 17:27:30 -0200 |
commit | aa6f42a31116e550c24251c6cc9bb9fc89ca2ba5 (patch) | |
tree | 3bb9a9108696e627c21ef61d83b3ea399cb8a8e5 /.gitlab-ci.yml | |
parent | d6ef843feb165e44e4eb32617d9b2021540853d3 (diff) | |
download | serverdata-aa6f42a31116e550c24251c6cc9bb9fc89ca2ba5.tar.gz serverdata-aa6f42a31116e550c24251c6cc9bb9fc89ca2ba5.tar.bz2 serverdata-aa6f42a31116e550c24251c6cc9bb9fc89ca2ba5.tar.xz serverdata-aa6f42a31116e550c24251c6cc9bb9fc89ca2ba5.zip |
Temporaly disable MariaDB Run Latest job on CI.
The syntax I've used only works on MySQL, and MariaDB is doing something else.
Please remember me to enable again after r8.1 It's Hidden! Where?, @Jesusalva @Saulc
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b0a925c5..c34b06fcb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -131,7 +131,7 @@ mysql_run_5.7: services: - mysql:5.7 -mariadb_run_latest: +.mariadb_run_latest: stage: test script: - export CC=gcc-4.9 |