mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 09:52:35 +00:00
chore: fix re
This commit is contained in:
parent
8b96ff542e
commit
7fefe10768
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class Renovate {
|
||||||
const groups = await fs.promises.readFile('/etc/group', {
|
const groups = await fs.promises.readFile('/etc/group', {
|
||||||
encoding: 'utf-8',
|
encoding: 'utf-8',
|
||||||
});
|
});
|
||||||
const [, group] = /^docker:x:([1-9][0-9]*):$/.exec(groups);
|
const [, group] = /^docker:x:([1-9][0-9]*):$/m.exec(groups);
|
||||||
// await exec('sudo', ['chmod', 'o=rw', '/var/run/docker.sock']);
|
// await exec('sudo', ['chmod', 'o=rw', '/var/run/docker.sock']);
|
||||||
const commandArguments = [
|
const commandArguments = [
|
||||||
'--rm',
|
'--rm',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue