sapcc / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
Apache License 2.0
5 stars 3 forks source link

refactor(ci): Update assets server pipeline to support new naming schema. #622

Closed andypf closed 1 week ago

andypf commented 2 weeks ago

Before we can implement the new naming convention in cloudoperators/juno, we need to modify the assets server pipeline to no longer depend on specific directories like apps or libs. Instead, it should accept arbitrary directories, allowing us to designate the packages directory as a future source.

Additionally, we should adjust the shared task for uploading third-party assets accordingly.

andypf commented 1 week ago

related to #620