Skip to content

Commit

Permalink
Merge pull request #183 from sonatype/fix-preflight-version
Browse files Browse the repository at this point in the history
Update Preflight version
  • Loading branch information
mburkert3 authored May 9, 2024
2 parents dd23fb2 + 1d025e6 commit fce60c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.rh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ node('ubuntu-zion') {
sh 'docker system prune -a -f'
sh '''
wget -q -O preflight \
https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.4.1/preflight-linux-amd64
https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.4/preflight-linux-amd64
chmod 755 preflight
'''
}
Expand Down

0 comments on commit fce60c8

Please sign in to comment.