Syntax error
gitea/salix/pipeline/head This commit is unstable Details

This commit is contained in:
Joan Sanchez 2022-10-05 10:16:17 +02:00
parent 13bfed6955
commit 1534bdd188
1 changed files with 3 additions and 3 deletions

View File

@ -44,9 +44,9 @@ 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_default" \
--env RUN_CHOWN=${runChown} --env RUN_CHOWN=${runChown} \
-d ${dockerArgs} salix-db -d ${dockerArgs} salix-db
`); `);
this.id = container.stdout.trim(); this.id = container.stdout.trim();