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 3 additions and 3 deletions
Showing only changes of commit 1534bdd188 - Show all commits

View File

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