We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c539e5 commit 89d9fd2Copy full SHA for 89d9fd2
shippable.yml
@@ -11,7 +11,7 @@ install:
11
# Create a DB as part of before script to use it
12
13
before_script:
14
- - psql -c 'create database if not exists test;' -U postgres
+ - psql -c "create database IF NOT EXISTS test;" -U postgres
15
- mkdir -p shippable/testresults
16
- mkdir -p shippable/codecoverage
17
0 commit comments