Mentions légales du service

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

mysql service

parent 7bc86aed
No related branches found
No related tags found
No related merge requests found
Pipeline #34008 failed
......@@ -2,6 +2,7 @@ image: php:7.2
stages:
- build_doc
- test
- deploy
pages:
stage: build_doc
......@@ -25,12 +26,11 @@ variables:
MYSQL_DATABASE: headwork
MYSQL_ROOT_PASSWORD: root
connect:
stage: test
image: mysql
script:
- echo "SELECT 'OK';" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE"
deploy_site:
stage: deploy
before_script:
......
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