Reverting circleci docker-compose
This commit is contained in:
parent
4f80e0d36b
commit
d3ce39f275
3 changed files with 5 additions and 7 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
POSTGRES_DB: jetdb
|
||||
PGPORT: 50901
|
||||
|
||||
- image: cimg/mysql:8.0
|
||||
- image: circleci/mysql:8.0.27
|
||||
command: [ --default-authentication-plugin=mysql_native_password ]
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: jet
|
||||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
MYSQL_PASSWORD: jet
|
||||
MYSQL_TCP_PORT: 50902
|
||||
|
||||
- image: cimg/mariadb:10.3
|
||||
- image: circleci/mariadb:10.3
|
||||
command: [ '--default-authentication-plugin=mysql_native_password', '--port=50903' ]
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: jet
|
||||
|
|
@ -163,4 +163,4 @@ workflows:
|
|||
version: 2
|
||||
build_and_test:
|
||||
jobs:
|
||||
- build_and_tests
|
||||
- build_and_tests
|
||||
Loading…
Add table
Add a link
Reference in a new issue