Skip to content

Commit

Permalink
remove listing the vms
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens committed Dec 13, 2021
1 parent 497ac73 commit 0d15471
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ async function setup() {
try {
const jpmLocal = await tc.downloadTool(jpmRemote);
await exec.exec(`java -jar ${jpmLocal} -td init`);
await exec.exec(`java -jar ${jpmLocal} -td vms`);
core.addPath("~/.jpm/bin");
} catch (e) {
console.log(e);
Expand Down

0 comments on commit 0d15471

Please sign in to comment.