Skip to content

Commit c8fc46d

Browse files
committed
Reverted updated artifactory versions in tests
1 parent 696c6de commit c8fc46d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/cliutils/commandsflags.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,8 @@ var commandFlags = map[string][]string{
18321832
url, user, password, accessToken, sshPassphrase, sshKeyPath, serverId, ClientCertPath, ClientCertKeyPath, Project, skipLogin, validateSha,
18331833
},
18341834
DockerPush: {
1835-
url, user, password, accessToken, sshPassphrase, sshKeyPath, serverId, ClientCertPath, ClientCertKeyPath, Project, skipLogin, validateSha,
1835+
BuildName, BuildNumber, module, Project,
1836+
serverId, skipLogin, threads, detailedSummary, validateSha,
18361837
},
18371838
DockerPull: {
18381839
BuildName, BuildNumber, module, Project,

0 commit comments

Comments
 (0)