Use jenkins network
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2022-10-05 10:23:24 +02:00
parent 1534bdd188
commit b0dac6c12d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ module.exports = class Docker {
log('Starting container...'); log('Starting container...');
const container = await this.execP(` const container = await this.execP(`
docker run \ docker run \
--network="jenkins_default" \ --network="jenkins" \
--env RUN_CHOWN=${runChown} \ --env RUN_CHOWN=${runChown} \
-d ${dockerArgs} salix-db -d ${dockerArgs} salix-db
`); `);