Skip to content

Commit

Permalink
Change in validate_olm_bundle (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
biswassri authored Sep 12, 2022
1 parent d6268d8 commit 9d13ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/generate-kas-fleetshard-olm-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ generate_olm_bundle() {

validate_olm_bundle() {
local BUNDLE=${1}
OPERATOR_SDK=$(which operator-sdk)
OPERATOR_SDK=$(which operator-sdk || true)
if [ -n "${OPERATOR_SDK}" ] ; then
${OPERATOR_SDK} bundle validate "${BUNDLE}" --select-optional name=operatorhub
else
Expand Down

0 comments on commit 9d13ddb

Please sign in to comment.