use jenkins network
gitea/salix/pipeline/head This commit is unstable
Details
gitea/salix/pipeline/head This commit is unstable
Details
This commit is contained in:
parent
98a2f79691
commit
13bfed6955
|
@ -45,7 +45,7 @@ module.exports = class Docker {
|
|||
log('Starting container...');
|
||||
const container = await this.execP(`
|
||||
docker run
|
||||
--network jenkins_default
|
||||
--network="jenkins_default"
|
||||
--env RUN_CHOWN=${runChown}
|
||||
-d ${dockerArgs} salix-db
|
||||
`);
|
||||
|
|
Loading…
Reference in New Issue