Skip to content

Commit

Permalink
Remove commented out code (not required)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthak-saxena authored Apr 17, 2020
1 parent 53a8e47 commit 61e5a48
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,6 @@ async function run() {
const octokit = new github.GitHub(token);
// --------------- End octokit initialization ---------------

// --------------- Checkout code --------------- //
// console.log("Checkout code");
//
// await exec.exec(
// `git clone [email protected]:${github.context.repo.owner}/${
// github.context.repo.repo
// }`
// );
//
// const refBranch = github.context.ref;
// console.log("ref", refBranch);
// const branch = refBranch.split("refs/heads/")[1];
// await exec.exec(`git checkout ${branch}`);
//
// End --------------- Checkout code --------------- //

// --------------- Build repo ---------------
const bootstrap = core.getInput("bootstrap"),
build_command = core.getInput("build_command"),
Expand Down

0 comments on commit 61e5a48

Please sign in to comment.