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 1 additions and 1 deletions
Showing only changes of commit 0502f9ebf0 - Show all commits

View File

@ -66,7 +66,7 @@ module.exports = class Docker {
this.dbConf.port = netSettings.Ports['3306/tcp'][0]['HostPort'];
console.log('Host: ', this.dbConf.host);
console.log('Port: ', this.dbConf.host);
console.log('Port: ', this.dbConf.port);
}
await this.wait();