Fix circle.ci.

This commit is contained in:
go-jet 2021-08-30 12:32:48 +02:00
parent f92754e0e6
commit b0838999d6

View file

@ -69,7 +69,7 @@ jobs:
- run:
name: Install MySQL CLI;
command: |
sudo apt-get update && sudo apt-get install default-mysql-client
sudo apt-get --allow-releaseinfo-change update && sudo apt-get install default-mysql-client
- run:
name: Create MySQL user and databases
@ -138,7 +138,7 @@ jobs:
- run:
name: Install MySQL CLI;
command: |
sudo apt-get update && sudo apt-get install default-mysql-client
sudo apt-get --allow-releaseinfo-change update && sudo apt-get install default-mysql-client
- run:
name: Init MariaDB database