Network ip address
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
239c324eff
commit
0fccae0113
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue