Skip to content

Commit

Permalink
omg we need a test -- this is the last time
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-keshri committed Feb 15, 2020
1 parent 730070a commit 0115745
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion load-docker-kind.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ try {
const loadCommand = images
.map(a => `kind load docker-image --name=${kindCluster} ${a}`)
.join(parallel ? " & " : " && ")
.concat(parallel ? "& wait" : "");
.concat(parallel ? " & wait" : "");
console.log(loadCommand);
exec(pullCommand, (error, stdout, stderr) => {
if (error) {
console.log(error);
Expand Down
Binary file modified packages/load-docker-kind-linux
Binary file not shown.
Binary file modified packages/load-docker-kind-macos
Binary file not shown.

0 comments on commit 0115745

Please sign in to comment.