diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-15 23:56:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-15 23:56:22 -0300 |
commit | 125cf835d7863c0904b49c2108a464867046b5cb (patch) | |
tree | fdb5208b2300401d24247ee0e8504443bade1868 /.gitlab-ci.yml | |
parent | 6195f69d289ef962430ee64b56e54279ac75a1f2 (diff) | |
download | serverdata-125cf835d7863c0904b49c2108a464867046b5cb.tar.gz serverdata-125cf835d7863c0904b49c2108a464867046b5cb.tar.bz2 serverdata-125cf835d7863c0904b49c2108a464867046b5cb.tar.xz serverdata-125cf835d7863c0904b49c2108a464867046b5cb.zip |
Ok, the syntax run fine, so it is CI only.
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 fd1eb6353..f6b2539e3 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:jessie + image: debian:buster services: - mariadb:latest |