Syntax error
gitea/salix/pipeline/head This commit is unstable
Details
gitea/salix/pipeline/head This commit is unstable
Details
This commit is contained in:
parent
13bfed6955
commit
1534bdd188
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue