Fix error handling

This commit is contained in:
Pavel Gonchukov 2021-04-13 14:18:15 +02:00
commit 084397f610
No known key found for this signature in database
GPG key ID: AA78DD4317B862F7
2 changed files with 2 additions and 6 deletions

4
dist/setup/index.js generated vendored
View file

@ -11107,9 +11107,7 @@ function setupMaven(opts) {
]);
}
catch (e) {
if (!e.message.includes('already exists')) {
throw e;
}
core.warning(`keytool return an error: ${e.message}`);
}
core.debug(`added maven opts for MTLS access`);
});