diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-05-20 20:47:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-05-20 20:47:32 -0300 |
commit | f85937152d9de5df538b5b86195e78d13b4c2e06 (patch) | |
tree | 88dd5075f4afbc61690826dd36a0abe601a46956 /.gitlab-ci.yml | |
parent | 329c469ad03c9c2e3c8c785147d686d8403d5e25 (diff) | |
download | serverdata-f85937152d9de5df538b5b86195e78d13b4c2e06.tar.gz serverdata-f85937152d9de5df538b5b86195e78d13b4c2e06.tar.bz2 serverdata-f85937152d9de5df538b5b86195e78d13b4c2e06.tar.xz serverdata-f85937152d9de5df538b5b86195e78d13b4c2e06.zip |
And sorry, now that we changed goal, who cannot fail changed.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e69413bc..dc477fd49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,6 @@ mysql_run_latest: image: ubuntu:22.04 services: - mysql:8.0 - allow_failure: true # I don't know what's up with Valgrind? .mariadb_run_valgrind_latest: |