CircleCI update for MariaDB.
This commit is contained in:
parent
b163a147cf
commit
38393f69c6
1 changed files with 4 additions and 4 deletions
|
|
@ -133,10 +133,10 @@ jobs:
|
||||||
|
|
||||||
go install github.com/go-jet/jet/cmd/jet
|
go install github.com/go-jet/jet/cmd/jet
|
||||||
|
|
||||||
# - run:
|
- run:
|
||||||
# name: Install MySQL CLI;
|
name: Install MySQL CLI;
|
||||||
# command: |
|
command: |
|
||||||
# sudo apt-get install default-mysql-client
|
sudo apt-get install default-mysql-client
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Init MariaDB database
|
name: Init MariaDB database
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue