mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-25 12:27:07 +00:00
printing out the docker container command
This commit is contained in:
parent
c19401efbf
commit
7a6bbb60cb
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ export class Renovate {
|
|||
}
|
||||
|
||||
const command = `docker run ${dockerArguments.join(' ')}`;
|
||||
console.log(`runDockerContainer(), command: ${command}`);
|
||||
|
||||
const code = await exec(command);
|
||||
if (code !== 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue