Fix circle.ci.
This commit is contained in:
parent
f92754e0e6
commit
b0838999d6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue