Removed console.log
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
parent
627f0d762e
commit
9644e1e5ec
|
@ -18,9 +18,6 @@ async function test() {
|
||||||
await container.run(isCI);
|
await container.run(isCI);
|
||||||
dataSources = JSON.parse(JSON.stringify(dataSources));
|
dataSources = JSON.parse(JSON.stringify(dataSources));
|
||||||
|
|
||||||
console.log('host ', container.dbConf.host);
|
|
||||||
console.log('port ', container.dbConf.port);
|
|
||||||
|
|
||||||
Object.assign(dataSources.vn, {
|
Object.assign(dataSources.vn, {
|
||||||
host: container.dbConf.host,
|
host: container.dbConf.host,
|
||||||
port: container.dbConf.port
|
port: container.dbConf.port
|
||||||
|
|
Loading…
Reference in New Issue