Skip to content

Commit 6d4f0ba

Browse files
committed
Update
1 parent 1deb360 commit 6d4f0ba

File tree

2 files changed

+0
-126
lines changed

2 files changed

+0
-126
lines changed

src/commands/test-docker.js

Lines changed: 0 additions & 121 deletions
This file was deleted.

src/commands/test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ CMD ../binary-linux-20 \${ARGS}
112112
// TODO: try flags
113113
let runCommand = `docker run --rm matchstick`;
114114

115-
console.log("runCommand output");
116-
console.log(runCommand);
117-
print.info("runCommand output");
118-
print.info(runCommand);
119-
120115
exec(runCommand, (error, stdout, stderr) => {
121116
print.info('Running Matchstick image...');
122117

0 commit comments

Comments
 (0)