We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1042c57 commit 2b61c7dCopy full SHA for 2b61c7d
jobs/build/rhcos_sync/rhcoslib.groovy
@@ -50,7 +50,6 @@ def initialize(ocpVersion, rhcosBuild, arch, name, mirrorPrefix) {
50
dir ( rhcosWorking ) {
51
sh("wget ${metaUrl} -O meta.json")
52
artifacts.add("${rhcosWorking}/meta.json")
53
- commonlib.shell(script: "pip install awscli")
54
}
55
56
0 commit comments