typo
This commit is contained in:
parent
841b64dc85
commit
d334e95738
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ steps:
|
|||
- script: |
|
||||
set -a && source .env && set +a
|
||||
|
||||
psql -h $POSTGRES_HOST -U $POSTGRES_USER -d postgres -c "CREATE DATABASE ${TEMPORAL_DATABASE_NAME}"
|
||||
psql -h $POSTGRES_HOST -U $POSTGRES_USER -d postgres -c "CREATE DATABASE ${POSTGRES_DATABASE}"
|
||||
displayName: 'Create branch dedicated database'
|
||||
|
||||
- script: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue