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 897c7ec commit e96cfd4Copy full SHA for e96cfd4
scripts/evergreen/setup_preflight.sh
@@ -8,7 +8,7 @@ bindir="${workdir:?}/bin"
8
mkdir -p "${bindir}"
9
10
echo "Downloading preflight binary"
11
-preflight_version="1.9.1"
+preflight_version="1.10.0"
12
curl -s --retry 3 -o preflight -LO "https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/${preflight_version}/preflight-linux-amd64"
13
chmod +x preflight
14
mv preflight "${bindir}"
0 commit comments