Skip to content

Commit

Permalink
get changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jun 27, 2019
1 parent 0d96f4d commit a3f3a15
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
set -ex
env

diff -u <(git rev-list --first-parent topic) \
<(git rev-list --first-parent master) | \
sed -ne 's/^ //p' | head -1

# Wait for Postgres
export changedFiles=$(git diff-tree --no-commit-id --name-only -r $BUILDKITE_COMMIT)

# Run prisma2 tests
cd prisma2
Expand Down

0 comments on commit a3f3a15

Please sign in to comment.