We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b38059 commit d496314Copy full SHA for d496314
bioconda-backup/index.js
@@ -115,6 +115,7 @@ async function repoFiles(kind='biocontainers', scan_options) {
115
let destDir = `${config.workdir}/${kind}`;
116
let lastCommit = null;
117
if(scan_options.gitSha) {
118
+ console.log(`scan git commit ${scan_option.gitSha}`);
119
lastCommit = scan_options.gitSha;
120
}
121
if (fs.existsSync(destDir)) {
0 commit comments