chore: remove ref to .ci/set_tag_version_images.sh script since it was deleted two weeks ago (#443)

Change-Id: Ie770b98d6ebd64deacb3e376f4fee0ec675135a0

Signed-off-by: Nick Boldt <nboldt@redhat.com>
pr-7.61.x-to-7.61.1-SNAPSHOT
Nick Boldt 2023-02-15 12:07:18 -04:00 committed by GitHub
parent cb3565dbf8
commit 3201e3a183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -228,11 +228,6 @@ prepareRelease() {
echo "[INFO] Dependencies updated in che typescript DTO (parent = ${VERSION_CHE_PARENT}, che server = ${CHE_VERSION})"
popd >/dev/null
# TODO more elegant way to execute these scripts
pushd .ci >/dev/null
./set_tag_version_images.sh ${CHE_VERSION}
echo "[INFO] Tag versions of images have been set in che-server"
popd >/dev/null
# run mvn license format, in case some files that have old license headers have been updated
mvn license:format
popd >/dev/null