diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-16 02:36:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-16 02:36:18 -0300 |
commit | b056c0bcd0e8eacc319f592c30e3d7c129b960b6 (patch) | |
tree | a1a4bbf04490f77070aedc35e1b75032f2f91b66 | |
parent | 9055894d1026c1c63e3495fc311a405f9c50c182 (diff) | |
download | serverdata-b056c0bcd0e8eacc319f592c30e3d7c129b960b6.tar.gz serverdata-b056c0bcd0e8eacc319f592c30e3d7c129b960b6.tar.bz2 serverdata-b056c0bcd0e8eacc319f592c30e3d7c129b960b6.tar.xz serverdata-b056c0bcd0e8eacc319f592c30e3d7c129b960b6.zip |
Revert "DROP JOB MARIADB-INIT-LATEST"r13.3+2_20210515
This reverts commit ff7c4a84eadd2bfd9b5c3ea4a7ddbc9fcd9bd45b.
-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 2cdf82cc7..2880f4834 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,7 @@ mysql_init_5.7: services: - mysql:5.7 -.mariadb_init_latest: +mariadb_init_latest: stage: build script: - ./.tools/jobs/install.sh "mysql-client" |