File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ jobs:
465465
466466 REPLACES_VERSION=${OPERATOR_VERSION}
467467
468- OPERATOR_DIR=$(python scripts/operator/package_operator_bundle.py ${LATEST_TAG} ${LATEST_TAG} ${LATEST_TAG} ${REPLACES_VERSION}
468+ OPERATOR_DIR=$(python scripts/operator/package_operator_bundle.py " ${LATEST_TAG}" " ${LATEST_TAG}" " ${LATEST_TAG}" " ${REPLACES_VERSION}")
469469
470470 export QUAY_TOKEN=$(python ./scripts/operator/get_quay_token.py "${QUAY_USERNAME}" "${QUAY_PASSWORD}")
471471
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ steps:
147147
148148 REPLACES_VERSION=${OPERATOR_VERSION}
149149
150- OPERATOR_DIR=$(python scripts/operator/package_operator_bundle.py ${LATEST_TAG} ${LATEST_TAG} ${LATEST_TAG} ${REPLACES_VERSION}
150+ OPERATOR_DIR=$(python scripts/operator/package_operator_bundle.py " ${LATEST_TAG}" " ${LATEST_TAG}" " ${LATEST_TAG}" " ${REPLACES_VERSION}")
151151
152152 export QUAY_TOKEN=$(python ./scripts/operator/get_quay_token.py "${QUAY_USERNAME}" "${QUAY_PASSWORD}")
153153
You can’t perform that action at this time.
0 commit comments