testing git info retrieval in docker
This commit is contained in:
parent
f8d42cfe36
commit
e9e0fa82c7
1 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ if (process.env.selfURL && process.env.streamSalt && process.env.port) {
|
||||||
app.listen(process.env.port, () => {
|
app.listen(process.env.port, () => {
|
||||||
let startTime = new Date();
|
let startTime = new Date();
|
||||||
console.log(`\n${Cyan(appName)} ${Bright(`v.${version}-${commitHash} (${branch})`)}\nStart time: ${Bright(`${startTime.toUTCString()} (${Math.floor(new Date().getTime())})`)}\n\nURL: ${Cyan(`${process.env.selfURL}`)}\nPort: ${process.env.port}\n`)
|
console.log(`\n${Cyan(appName)} ${Bright(`v.${version}-${commitHash} (${branch})`)}\nStart time: ${Bright(`${startTime.toUTCString()} (${Math.floor(new Date().getTime())})`)}\n\nURL: ${Cyan(`${process.env.selfURL}`)}\nPort: ${process.env.port}\n`)
|
||||||
});
|
})
|
||||||
} else {
|
} else {
|
||||||
console.log(Red(`cobalt hasn't been configured yet or configuration is invalid.\n`) + Bright(`please run the setup script to fix this: `) + Green(`npm run setup`))
|
console.log(Red(`cobalt hasn't been configured yet or configuration is invalid.\n`) + Bright(`please run the setup script to fix this: `) + Green(`npm run setup`))ж
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue