Skip to content

Commit 9c5d761

Browse files
committed
unset -x
1 parent d580929 commit 9c5d761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ test-postgres: test-postgres-docker
785785

786786
test-migrations: test-postgres-docker
787787
echo "--- test migrations"
788-
set -euxo pipefail
788+
set -euo pipefail
789789
COMMIT_FROM=$(shell git rev-parse --short HEAD)
790790
COMMIT_TO=$(shell git rev-parse --short main)
791791
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

Comments
 (0)