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 d580929 commit 9c5d761Copy full SHA for 9c5d761
Makefile
@@ -785,7 +785,7 @@ test-postgres: test-postgres-docker
785
786
test-migrations: test-postgres-docker
787
echo "--- test migrations"
788
- set -euxo pipefail
+ set -euo pipefail
789
COMMIT_FROM=$(shell git rev-parse --short HEAD)
790
COMMIT_TO=$(shell git rev-parse --short main)
791
echo "DROP DATABASE IF EXISTS migrate_test_$${COMMIT_FROM}; CREATE DATABASE migrate_test_$${COMMIT_FROM};" | psql 'postgresql://postgres:postgres@localhost:5432/postgres?sslmode=disable'
0 commit comments