Network ip address
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2022-10-05 11:06:23 +02:00
parent 239c324eff
commit 0fccae0113
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ module.exports = class Docker {
if (ci) {
console.log('Running on CI...');
this.dbConf.host = netSettings.Gateway;
// this.dbConf.host = netSettings.Gateway;
this.dbConf.host = netSettings.Networks.jenkins.IPAddress;
}
console.log(netSettings);