Skip to content

Commit 2b61c7d

Browse files
authored
Do not pip install awscli (#4417)
1 parent 1042c57 commit 2b61c7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jobs/build/rhcos_sync/rhcoslib.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def initialize(ocpVersion, rhcosBuild, arch, name, mirrorPrefix) {
5050
dir ( rhcosWorking ) {
5151
sh("wget ${metaUrl} -O meta.json")
5252
artifacts.add("${rhcosWorking}/meta.json")
53-
commonlib.shell(script: "pip install awscli")
5453
}
5554
}
5655

0 commit comments

Comments
 (0)