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
51aab3f2
Commit
51aab3f2
authored
Jul 20, 2018
by
root
Browse files
mysql host
parent
aedce2d2
Pipeline
#34218
failed with stages
in 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
51aab3f2
...
...
@@ -31,7 +31,7 @@ mysql_build:
-
apt-get update && apt-get --assume-yes install mysql-client
-
mysql --version
script
:
-
echo "SELECT 'OK';" | mysql --user=root --password="${MYSQL_ROOT_PASSWORD}" --host=
mysql
"${MYSQL_DATABASE}"
-
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