Skip to content

Commit

Permalink
buildkite: display buildkit logs on failure (#4017)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcb authored Apr 12, 2024
1 parent cf766de commit 577d8e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ function cleanup() {
if [ "$status" = "0" ]; then
echo "buildkite-test passed"
else
echo "=== buildkit logs ==="
docker logs earthly-dev-buildkit || true
echo "=== end of buildkit logs ==="
echo "buildkite-test failed with $status"
fi
}
Expand Down

0 comments on commit 577d8e1

Please sign in to comment.