Commit 62fa92f
committed
chore: fix ci taml formatting.
Travis failed with:
The command "psql -c "CREATE ROLE rounduptest_schema LOGIN PASSWORD
'rounduptest';" -U postgres - psql -c "CREATE DATABASE
rounduptest_schema;GRANT CREATE ON DATABASE rounduptest_schema TO
rounduptest_schema;" -U postgres" failed and exited with 2 during .
Looks like there was a third leading space that casued two lines to
get joined.
Github failed with:
ERROR: CREATE DATABASE cannot run inside a transaction block
The create db and grant command when run together worked for me. Maybe
a db difference? Split the two commands into separate psql calls.1 parent bcbf7ef commit 62fa92f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments