Skip to content

Commit d496314

Browse files
committed
add debug log
1 parent 9b38059 commit d496314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bioconda-backup/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ async function repoFiles(kind='biocontainers', scan_options) {
115115
let destDir = `${config.workdir}/${kind}`;
116116
let lastCommit = null;
117117
if(scan_options.gitSha) {
118+
console.log(`scan git commit ${scan_option.gitSha}`);
118119
lastCommit = scan_options.gitSha;
119120
}
120121
if (fs.existsSync(destDir)) {

0 commit comments

Comments
 (0)