Skip to content

Commit

Permalink
test: fix docker buildx env
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Dec 10, 2024
1 parent 6bfde64 commit 0e31d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TestCommand extends Command {
if (this.debug) {
shell.echo('Debug mode enabled');
env.CONTAINERBASE_DEBUG = '1';
env.BUILDKIT_PROGRESS = '1';
env.BUILDKIT_PROGRESS = 'plain';
}

if (this.logLevel) {
Expand Down

0 comments on commit 0e31d70

Please sign in to comment.