Skip to content

Commit

Permalink
hack: debug inspect for test-driver
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Sep 11, 2024
1 parent 0b94e96 commit 697688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test-driver
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ if [ "$DRIVER" != "docker" ]; then
fi

# inspect and bootstrap
buildxCmd inspect --bootstrap --builder="${builderName}"
buildxCmd --debug inspect --bootstrap --builder="${builderName}"

# create dockerfile
cat > "${dockerfile}" <<EOL
Expand Down

0 comments on commit 697688b

Please sign in to comment.