File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,6 @@ class Utils {
8181 if ( ! isLatestVer && ( 0 , semver_1 . lt ) ( version , this . MIN_CLI_VERSION ) ) {
8282 throw new Error ( 'Requested to download JFrog CLI version ' + version + ' but must be at least ' + this . MIN_CLI_VERSION ) ;
8383 }
84- if ( jfrogCredentials . oidcProviderName && cliRemote != '' ) {
85- throw new Error ( 'OIDC credentials are not supported for CLI remote downloads, please use an access token instead.' ) ;
86- }
8784 if ( ! isLatestVer && this . loadFromCache ( version ) ) {
8885 core . info ( 'Found JFrog CLI in cache. No need to download' ) ;
8986 return ;
Original file line number Diff line number Diff line change @@ -95,9 +95,6 @@ export class Utils {
9595 if ( ! isLatestVer && lt ( version , this . MIN_CLI_VERSION ) ) {
9696 throw new Error ( 'Requested to download JFrog CLI version ' + version + ' but must be at least ' + this . MIN_CLI_VERSION ) ;
9797 }
98- if ( jfrogCredentials . oidcProviderName && cliRemote != '' ) {
99- throw new Error ( 'OIDC credentials are not supported for CLI remote downloads, please use an access token instead.' ) ;
100- }
10198 if ( ! isLatestVer && this . loadFromCache ( version ) ) {
10299 core . info ( 'Found JFrog CLI in cache. No need to download' ) ;
103100 return ;
You can’t perform that action at this time.
0 commit comments