adjust naming in deletion step
This commit is contained in:
parent
d334e95738
commit
918d618f75
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ steps:
|
||||||
- script: |
|
- script: |
|
||||||
set -a && source .env && set +a
|
set -a && source .env && set +a
|
||||||
|
|
||||||
psql -h $POSTGRES_HOST -U $POSTGRES_USER -d postgres -c "DROP DATABASE ${TEMPORAL_DATABASE_NAME}"
|
psql -h $POSTGRES_HOST -U $POSTGRES_USER -d postgres -c "DROP DATABASE ${POSTGRES_DATABASE}"
|
||||||
condition: always()
|
condition: always()
|
||||||
displayName: 'Delete branch dedicated database'
|
displayName: 'Delete branch dedicated database'
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue