woops! accidentally escaped the variables for connection details.
This commit is contained in:
parent
7d7e7dc2d5
commit
47da3b5063
@ -19,7 +19,7 @@ steps:
|
||||
image: postgres:12-alpine
|
||||
commands:
|
||||
- sleep 15
|
||||
- psql -U ${POSTGRES_USER} -d ${POSTGRES_DB}
|
||||
- psql -U $POSTGRES_USER -d $POSTGRES_DB
|
||||
|
||||
- name: sqlxMigrate
|
||||
image: rust:1.56
|
||||
|
Loading…
Reference in New Issue
Block a user