Skip to content

Commit

Permalink
remove outdated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Apr 19, 2024
1 parent 9fc91bf commit 18bbcca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { run as runTests } from "node:test";
import { spec } from "node:test/reporters";

export async function buildTestImage() {
// TODO dockerode uses the HTTP API which doesn't support buildx, so do it with exec instead.
console.log("building image...");
let stdio = new StringStream();
let process = spawn("docker", ["buildx", "build", "-t", IMAGE_TAG, ".."], {
Expand Down

0 comments on commit 18bbcca

Please sign in to comment.