typo
This commit is contained in:
parent
32ef6f36a4
commit
8c7681581c
1 changed files with 1 additions and 1 deletions
|
|
@ -31,5 +31,5 @@ steps:
|
|||
echo "POSTGRES_DATABASE=${BUILD_SOURCEBRANCH#refs/heads/}" >> .env
|
||||
set -a && source .env && set +a
|
||||
|
||||
psql -h $POSTGRES_HOST -U $POSTGRES_USER -d postgres -c "CREATE DATABASE ci_${BUILD_SOURCEBRANCH#refs/heads/}""
|
||||
psql -h $POSTGRES_HOST -U $POSTGRES_USER -d postgres -c "CREATE DATABASE ci_${BUILD_SOURCEBRANCH#refs/heads/}"
|
||||
displayName: 'Create branch dedicated database'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue