diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-28 13:45:35 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-28 13:45:35 +0000 |
commit | 00831c5057adb48063626a5855bf3c45d0d2dd0c (patch) | |
tree | 076a23c76c6803d15b0a212944bfda7370ba0c70 | |
parent | ca9718992f4811eed1b9b5d10842cc011f03adad (diff) | |
download | serverdata-00831c5057adb48063626a5855bf3c45d0d2dd0c.tar.gz serverdata-00831c5057adb48063626a5855bf3c45d0d2dd0c.tar.bz2 serverdata-00831c5057adb48063626a5855bf3c45d0d2dd0c.tar.xz serverdata-00831c5057adb48063626a5855bf3c45d0d2dd0c.zip |
Disable a test as 4144 asked.
On phone atm, cannot complete all updates
-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 a4f5f6ca1..1a0083051 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ build_test: services: - mysql:latest -mysql_init_latest: +.mysql_init_latest: stage: build script: - ./.tools/jobs/install.sh "mysql-client" |