Commit 024be904 authored by nanahira's avatar nanahira

fix

parent 0f0179d6
Pipeline #5399 passed with stages
in 2 minutes and 46 seconds
......@@ -171,7 +171,7 @@ export class PackagerService extends ConsoleLogger {
if (pendingPartTasks.length > 1) {
for (const task of pendingPartTasks) {
task.addToTask(pendingPartTasks);
task.addToTask(archiveTasks);
}
} else {
this.log(`Skipping part archives because only 1 part archive.`);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment