4592-jenkins_tests #1075

Merged
joan merged 27 commits from 4592-jenkins_tests into dev 2022-10-05 12:40:29 +00:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit 9644e1e5ec - Show all commits

View File

@ -18,9 +18,6 @@ async function test() {
await container.run(isCI);
dataSources = JSON.parse(JSON.stringify(dataSources));
console.log('host ', container.dbConf.host);
console.log('port ', container.dbConf.port);
Object.assign(dataSources.vn, {
host: container.dbConf.host,
port: container.dbConf.port