fix missing mysql server on image

This commit is contained in:
Moctar
2021-10-04 16:57:23 +01:00
parent 3790b87138
commit 17fbb48f1e

View File

@@ -22,7 +22,7 @@ jobs:
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
- run:
working_directory: ~/alchemy-fr/Phraseanet
command: 'sudo apt install mariadb-server-10.3 && sudo service mysql status || sudo service mysql start;'
command: 'sudo apt install mysql-server && sudo service mysql status || sudo service mysql start;'
# Dependencies
# This would typically go in either a build or a build-and-test job when using workflows
# Restore the dependency cache