mod db name
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
c43c0ece42
commit
4a3ea4ae58
|
@ -40,7 +40,6 @@ steps:
|
||||||
- mkdir $HOME/.ssh
|
- mkdir $HOME/.ssh
|
||||||
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
|
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
|
||||||
- echo "$KNOWN_HOSTS" > $HOME/.ssh/known_hosts
|
- echo "$KNOWN_HOSTS" > $HOME/.ssh/known_hosts
|
||||||
- cat $HOME/.ssh/known_hosts
|
|
||||||
- chmod 600 $HOME/.ssh/id_rsa
|
- chmod 600 $HOME/.ssh/id_rsa
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
|
@ -161,7 +160,7 @@ services:
|
||||||
- name: db
|
- name: db
|
||||||
image: mariadb/server:10.3
|
image: mariadb/server:10.3
|
||||||
environment:
|
environment:
|
||||||
MARIADB_DATABASE: dbtest
|
MARIADB_DATABASE: db
|
||||||
MARIADB_USER: db
|
MARIADB_USER: db
|
||||||
MARIADB_PASSWORD: db
|
MARIADB_PASSWORD: db
|
||||||
MARIADB_ALLOW_EMPTY_PASSWORD: yes
|
MARIADB_ALLOW_EMPTY_PASSWORD: yes
|
||||||
|
|
Loading…
Reference in New Issue