mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-07 22:28:01 +02:00
fix repository update
This commit is contained in:
@@ -325,6 +325,7 @@ module.exports.updateAnonymizedRepository = async (repoConfig) => {
|
|||||||
console.log(`${repoConfig.repoId} is up to date`);
|
console.log(`${repoConfig.repoId} is up to date`);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
repoConfig.commit = commit;
|
||||||
console.log(`${repoConfig.repoId} will be updated to ${commit}`);
|
console.log(`${repoConfig.repoId} will be updated to ${commit}`);
|
||||||
await module.exports.updateStatus(repoConfig, "updating");
|
await module.exports.updateStatus(repoConfig, "updating");
|
||||||
await db
|
await db
|
||||||
|
|||||||
Reference in New Issue
Block a user