Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
kengo-k committed Jun 1, 2024
1 parent d2a4911 commit 5f3feaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ async function main() {
ref: after,
});

console.log('Commit:', commit)
//console.log('Commit:', commit)
await exec('git', ['status']);

const file = commit.files.find(file => file.filename === argObj.path);
if (!file) {
Expand All @@ -89,7 +90,6 @@ async function main() {
console.log(content);

//await exec('docker', buildArgs);
await exec('git', ['status']);
}
}

Expand Down

0 comments on commit 5f3feaa

Please sign in to comment.