Skip to content

Commit

Permalink
Merge pull request sonatype#221 from sonatype/update-openshift-preflight
Browse files Browse the repository at this point in the history
update openshift-preflight to 1.10.2
  • Loading branch information
doddi authored Nov 5, 2024
2 parents 92ca7bc + 026c06c commit fa3d86c
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 @@ -19,7 +19,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.10.0/preflight-linux-amd64
https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.10.2/preflight-linux-amd64
chmod 755 preflight
'''
}
Expand Down

0 comments on commit fa3d86c

Please sign in to comment.