Commit 7b3ff4cd authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Make gitlab-ci.yml upgrade test specifically run mariadb-server-10.1->10.3

parent 1f889a95
......@@ -121,7 +121,7 @@ test upgrade:
- mkdir debug
- dpkg -l | grep -iE '"'"'maria|mysql|galera'"'"' || true
- apt-get update
- apt-get install -y 'mariadb-*'
- apt-get install -y mariadb-server-10.1 # Debian unstable still has this and other -10.1 packages
- service mysql status || true # Always proceed even if init failed
- service mysql restart || true
- mariadb --skip-column-names -e "select @@version, @@version_comment"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment