diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-16 00:01:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-16 00:01:41 -0300 |
commit | 11f6ceabf46ddfca1d6266cfb588798d1ffc6368 (patch) | |
tree | edb79b35b0b1e3081c1847c3d2fcbf0dad4193a6 | |
parent | 125cf835d7863c0904b49c2108a464867046b5cb (diff) | |
download | serverdata-11f6ceabf46ddfca1d6266cfb588798d1ffc6368.tar.gz serverdata-11f6ceabf46ddfca1d6266cfb588798d1ffc6368.tar.bz2 serverdata-11f6ceabf46ddfca1d6266cfb588798d1ffc6368.tar.xz serverdata-11f6ceabf46ddfca1d6266cfb588798d1ffc6368.zip |
I feel we'll have to drop this job.
-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 f6b2539e3..2880f4834 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,7 @@ mariadb_init_latest: - ./.tools/jobs/install.sh "mysql-client" - ./.tools/jobs/clonedata.sh - ./.tools/jobs/initdb.sh mariadb - image: debian:buster + image: debian:stretch services: - mariadb:latest |