File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if [[ $DWNSTM_BRANCH != "devspaces-3."*"-rhel-8" ]] && [[ $DWNSTM_BRANCH != "dev
56
56
fi
57
57
58
58
# STEP 1 :: regenerate image tag list in LATEST_IMAGES
59
- CMD=" ./product/getLatestImageTags.sh --quay -b ${DWNSTM_BRANCH} --tag ${VERSION} - --hide"
59
+ CMD=" ./product/getLatestImageTags.sh --quay -b ${DWNSTM_BRANCH} --tag ${VERSION} --hide"
60
60
# shellcheck disable=SC2086
61
61
echo $CMD
62
62
$CMD | tee dependencies/LATEST_IMAGES
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ if [[ ! $PROD_VER ]]; then usage; exit 1; fi
60
60
SCRIPT_DIR=$( cd " $( dirname " $0 " ) " || exit ; pwd)
61
61
62
62
# 1. use getLatestImageTags.sh to get latest bundle in an IIB - return: operator-bundle:0.16-5
63
- bundle=$( ${SCRIPT_DIR} /getLatestImageTags.sh --osbs -c devworkspace-operator-bundle --tag " ${PROD_VER} - " )
63
+ bundle=$( ${SCRIPT_DIR} /getLatestImageTags.sh --osbs -c devworkspace-operator-bundle --tag " ${PROD_VER} " )
64
64
if [[ ! $bundle ]]; then
65
65
errorf " Could not compute latest bundle! "
66
66
exit 2
Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ for OCP_VER in ${OCP_VERSIONS}; do
190
190
fi
191
191
192
192
if [[ $VERBOSEFLAG == " -v" ]]; then
193
- echo " [DEBUG] LATEST DS OPERATOR BUNDLE = $( ${getLatestImageTags} --osbs -c devspaces-operator-bundle --tag " ${DS_VERSION} - " ) "
194
- echo " [DEBUG] LATEST DWO OPERATOR BUNDLE = $( ${getLatestImageTags} --osbs -c devworkspace-operator-bundle --tag " ${DWO_VERSION} - " ) "
193
+ echo " [DEBUG] LATEST DS OPERATOR BUNDLE = $( ${getLatestImageTags} --osbs -c devspaces-operator-bundle --tag " ${DS_VERSION} " ) "
194
+ echo " [DEBUG] LATEST DWO OPERATOR BUNDLE = $( ${getLatestImageTags} --osbs -c devworkspace-operator-bundle --tag " ${DWO_VERSION} " ) "
195
195
echo " [DEBUG] Note that the above bundles might not yet exist for the latest IIB, if still being published."
196
196
echo " "
197
197
echo " [DEBUG] DS INDEX BUNDLE = ${LATEST_IIB} "
Original file line number Diff line number Diff line change 436
436
return sh(
437
437
returnStdout : true ,
438
438
// -b devspaces-3.0-rhel-8 -c devspaces/server-rhel8 --tag "3.0-" --quay
439
- script : ' ./getLatestImageTags.sh -b ' + MIDSTM_BRANCH + ' -c "' + orgAndImage + ' " --tag "' + tag + ' - " --' + repo
439
+ script : ' ./getLatestImageTags.sh -b ' + MIDSTM_BRANCH + ' -c "' + orgAndImage + ' " --tag "' + tag + ' " --' + repo
440
440
). trim()
441
441
}
442
442
You can’t perform that action at this time.
0 commit comments