chore: testing

This commit is contained in:
Michael Kriese 2020-05-07 10:09:47 +02:00
parent 59aea0778f
commit de14f4f817

View file

@ -20,7 +20,8 @@ class Renovate {
} }
async runDockerContainer(): Promise<void> { async runDockerContainer(): Promise<void> {
await exec('usermod', ['-aG', 'docker', '1000']); await exec('whoami');
await exec('sudo', ['usermod', '-aG', 'docker', 'runneradmin']);
const commandArguments = [ const commandArguments = [
'--rm', '--rm',
`--env ${this.configFileEnv}=${this.configFileMountPath()}`, `--env ${this.configFileEnv}=${this.configFileMountPath()}`,