Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 552e7b68 authored by ATMANI Ines's avatar ATMANI Ines
Browse files

Update .gitlab-ci.yml

parent 6deba673
Branches build_doc
No related tags found
No related merge requests found
Pipeline #36727 passed
...@@ -20,18 +20,6 @@ pages: ...@@ -20,18 +20,6 @@ pages:
#only: #only:
#- master #- master
mysql_build:
variables:
MYSQL_DATABASE: headwork
MYSQL_ROOT_PASSWORD: root
image: mysql
services:
- mysql/mysql-server:latest
#before_script:
#- apt-get update && apt-get --assume-yes install mysql-client
#- mysql --version
script:
- echo "SELECT 'OK';" | mysql --user=root --password="${MYSQL_ROOT_PASSWORD}" --host=localhost "${MYSQL_DATABASE}"
deploy_site: deploy_site:
stage: deploy stage: deploy
......
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