Commit f7379c0a authored by nanahira's avatar nanahira

log

parent 22bf467f
Pipeline #3642 passed with stages
in 14 minutes and 37 seconds
......@@ -78,6 +78,7 @@ export class AppService {
this.log.error(message);
throw new InternalServerErrorException(message);
}
this.log.log(`New release: ${release.name} with ${files.length} files.`);
await this.notifyPackager(release);
return release;
}
......
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