Skip to content

Commit b47a32e

Browse files
committed
trying revert again
1 parent 98b0228 commit b47a32e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Jenkinsfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ pipeline {
5656
}
5757
}
5858
steps {
59-
step {
60-
sh '''
61-
oci os object get -ns weblogick8s -bn wko-system-test-files --config-file=/dev/null --auth=instance_principal --file ./imagetool.zip --name imagetool-master.zip
62-
'''
63-
}
6459
withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'otn-cred', passwordVariable: 'ORACLE_SUPPORT_PASSWORD', usernameVariable: 'ORACLE_SUPPORT_USERNAME']]) {
6560
sh '''
6661
cd tests

0 commit comments

Comments
 (0)