You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// list all screenshots in the directory servapps/${file}/screenshotsconstscreenshots=fs.readdirSync(`./servapps/${file}/screenshots`)for(constscreenshotofscreenshots){servapp.screenshots.push(`https://azukaar.github.io/cosmos-servapps-official/servapps/${file}/screenshots/${screenshot}`)}if(fs.existsSync(`./servapps/${file}/artefacts`)){constartefacts=fs.readdirSync(`./servapps/${file}/artefacts`)for(constartefactofartefacts){servapp.artefacts[artefact]=(`https://azukaar.github.io/cosmos-servapps-official/servapps/${file}/artefacts/${artefact}`)}}servapp.icon=`https://azukaar.github.io/cosmos-servapps-official/servapps/${file}/icon.png`//Common Format,used by mostconstYMLComposeSource=`https://azukaar.github.io/cosmos-servapps-official/servapps/${file}/docker-compose.yml`;if(fs.existsSync(`./servapps/${file}/docker-compose.yml`)){servapp.compose=YMLComposeSource;}
or at config.json should not be hardcoded, the CI pipeline should have enough information with github variables to set this.
The text was updated successfully, but these errors were encountered:
Every base urls for example on index.js here:
or at config.json should not be hardcoded, the CI pipeline should have enough information with github variables to set this.
The text was updated successfully, but these errors were encountered: