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 2 deletions
Showing only changes of commit ee0938d7d6 - Show all commits

View File

@ -60,8 +60,6 @@ module.exports = class Docker {
this.dbConf.host = netSettings.Gateway;
this.dbConf.port = netSettings.Ports['3306/tcp'][0]['HostPort'];
console.log('Container host: ', this.dbConf.host);
}
await this.wait();