Revert "start-proxy: Skip proxy setup if no credentials are available"
This commit is contained in:
parent
54b1c84213
commit
7fdc1b8d67
3 changed files with 1 additions and 11 deletions
|
|
@ -99,12 +99,6 @@ async function runWrapper() {
|
|||
actionsUtil.getOptionalInput("registries_credentials"),
|
||||
actionsUtil.getOptionalInput("language"),
|
||||
);
|
||||
|
||||
if (credentials.length === 0) {
|
||||
logger.info("No credentials found, skipping proxy setup.");
|
||||
return;
|
||||
}
|
||||
|
||||
logger.info(
|
||||
`Credentials loaded for the following registries:\n ${credentials
|
||||
.map((c) => credentialToStr(c))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue