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
parent
cb3565dbf8
commit
3201e3a183
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue