Skip to content

Commit 5e4b1b3

Browse files
committed
remove all set +x
1 parent 8af0bcc commit 5e4b1b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/jenkins-run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22

3-
cat $CREDENTIALS_FILE
43
source "${CREDENTIALS_FILE}"
54

65
tmpdir=$(mktemp -d)
@@ -64,13 +63,11 @@ make run-local-pg
6463

6564
# DB migrations
6665
sleep 2
67-
set +x
6866
make migrate
6967
# ensure all .down.sql files are working
7068
(. ./.dev.pgenv && migrate -database "${DATABASE_URL}" -path db/migrations down -all )
7169
# Run migration again
7270
make migrate
73-
set -x
7471

7572
# Generate admin and app tokens
7673
make tokens

0 commit comments

Comments
 (0)