Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f67a3f33 authored by root's avatar root
Browse files

mysql-client through apt-get

parent 0dce4b64
No related branches found
No related tags found
No related merge requests found
Pipeline #34214 failed
......@@ -28,9 +28,9 @@ mysql_build:
#- mysql
#image: wangxian/alpine-mysql
before_script:
- mysql --version
- apt-get update && apt-get --assume-yes install mysql-client
script:
- mysql --version
script:
- echo "SELECT 'OK';" | mysql --user=root --password="${MYSQL_ROOT_PASSWORD}" --host=mysql "${MYSQL_DATABASE}"
deploy_site:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment