Skip to content
Snippets Groups Projects
Commit da959273 authored by Mathias Picker's avatar Mathias Picker
Browse files

idk

parent a921b40e
Branches
No related tags found
No related merge requests found
Pipeline #87919 failed
...@@ -4,6 +4,11 @@ stages: ...@@ -4,6 +4,11 @@ stages:
- build - build
- test - test
before_script:
- apt-get update
- apt-get -y upgrade
- apt-get -y install mysql-server
variables: variables:
# Configure server/src/mysql-pool.js # Configure server/src/mysql-pool.js
MYSQL_HOST: localhost MYSQL_HOST: localhost
...@@ -14,10 +19,6 @@ variables: ...@@ -14,10 +19,6 @@ variables:
test: test:
stage: test stage: test
script: script:
- apt-get update
- apt-get -y upgrade
- apt-get -y install mysql-server
- service mysql start - service mysql start
# Workaround from https://github.com/mysqljs/mysql/issues/1507#issuecomment-242885003 # Workaround from https://github.com/mysqljs/mysql/issues/1507#issuecomment-242885003
- echo "UPDATE user SET authentication_string=password(''), plugin='mysql_native_password' WHERE - echo "UPDATE user SET authentication_string=password(''), plugin='mysql_native_password' WHERE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment