mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
fix missing mysql server on image
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
|
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
|
||||||
- run:
|
- run:
|
||||||
working_directory: ~/alchemy-fr/Phraseanet
|
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
|
# Dependencies
|
||||||
# This would typically go in either a build or a build-and-test job when using workflows
|
# This would typically go in either a build or a build-and-test job when using workflows
|
||||||
# Restore the dependency cache
|
# Restore the dependency cache
|
||||||
|
Reference in New Issue
Block a user