Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
druid-public
headwork
Commits
552e7b68
Commit
552e7b68
authored
Aug 14, 2018
by
ATMANI Ines
Browse files
Update .gitlab-ci.yml
parent
6deba673
Pipeline
#36727
passed with stages
in 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
552e7b68
...
...
@@ -20,18 +20,6 @@ pages:
#only:
#- 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
:
stage
:
deploy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment