Skip to content

Commit 4f83fa1

Browse files
authored
Downgrade to JFrog CLI 2.73.3 (#532)
1 parent c91813c commit 4f83fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jfrog-tasks-utils/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const fileName = getCliExecutableName();
1010
const jfrogCliToolName = 'jf';
1111
const cliPackage = 'jfrog-cli-' + getArchitecture();
1212
const jfrogFolderPath = encodePath(join(tl.getVariable('Agent.ToolsDirectory') || '', '_jf'));
13-
const defaultJfrogCliVersion = '2.74.0';
13+
const defaultJfrogCliVersion = '2.73.3';
1414
const minCustomCliVersion = '2.10.0';
1515
const minSupportedStdinSecretCliVersion = '2.36.0';
1616
const minSupportedServerIdEnvCliVersion = '2.37.0';

0 commit comments

Comments
 (0)