mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
Revert "chore(forge): add an arbitrary wait to see if it solves some CI errors"
This reverts commit 4f6729857b.
This commit is contained in:
@@ -211,9 +211,6 @@ const config: ForgeConfig = {
|
|||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wait for a while to ensure the file system operations are completed.
|
|
||||||
await new Promise(resolve => setTimeout(resolve, 3000));
|
|
||||||
},
|
},
|
||||||
// Gather all the artifacts produced by the makers and copy them to a common upload directory.
|
// Gather all the artifacts produced by the makers and copy them to a common upload directory.
|
||||||
async postMake(_, makeResults) {
|
async postMake(_, makeResults) {
|
||||||
|
|||||||
Reference in New Issue
Block a user