(args, options = {})
| 86 | } |
| 87 | |
| 88 | function runQuiet(args, options = {}) { |
| 89 | return execSync(`${getRuntime()} ${args}`, { stdio: 'pipe', shell: true, ...options }); |
| 90 | } |
| 91 | |
| 92 | function dockerHubRegistry() { |
| 93 | return 'docker.io'; |
no test coverage detected