Skip to content

Commit

Permalink
buildkite: display buildkit logs on failure (#4018)
Browse files Browse the repository at this point in the history
fixes container name typo in 577d8e1
  • Loading branch information
alexcb authored Apr 12, 2024
1 parent 577d8e1 commit 87c6587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function cleanup() {
echo "buildkite-test passed"
else
echo "=== buildkit logs ==="
docker logs earthly-dev-buildkit || true
docker logs earthly-dev-buildkitd || true
echo "=== end of buildkit logs ==="
echo "buildkite-test failed with $status"
fi
Expand Down

0 comments on commit 87c6587

Please sign in to comment.