mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 09:22:36 +00:00
chore: testing
This commit is contained in:
parent
59aea0778f
commit
de14f4f817
1 changed files with 2 additions and 1 deletions
|
|
@ -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()}`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue