Update .gitlab-ci.yml
This commit is contained in:
parent
fe550f013b
commit
2392f56d59
@ -41,9 +41,6 @@ connect:
|
||||
image: mysql:latest
|
||||
script:
|
||||
- apt-get update && apt-get --assume-yes install mysql-client
|
||||
- echo "SELECT 'OK';" | mysql -uroot -p "$MYSQL_ROOT_PASSWORD" -h mysql "SHOW DATABASES;"
|
||||
|
||||
|
||||
|
||||
test:
|
||||
stage: test
|
||||
|
Loading…
Reference in New Issue
Block a user