From: Matan Breizman Date: Thu, 22 Jan 2026 09:55:03 +0000 (+0200) Subject: container/build.sh: cleanup crimson flavors X-Git-Tag: v21.0.0~442^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=da9b2f15e73b0fff4be4d7a7ad1abb9f3a38f2ce;p=ceph.git container/build.sh: cleanup crimson flavors We no longer have crimson-flavors see https://github.com/ceph/ceph-build/pull/2497 Signed-off-by: Matan Breizman --- diff --git a/container/build.sh b/container/build.sh index ebfd2263a5a9..d8a4cc99310c 100755 --- a/container/build.sh +++ b/container/build.sh @@ -186,18 +186,6 @@ if [[ ${CI_CONTAINER} == "true" ]] ; then podman tag ${image_id} ${branch_repo_tag} podman tag ${image_id} ${sha1_repo_tag} - if [[ (${FLAVOR} == "crimson-debug" || ${FLAVOR} == "crimson-release") && ${ARCH} == "x86_64" ]] ; then - sha1_flavor_repo_tag=${sha1_repo_tag}-${FLAVOR} - podman tag ${image_id} ${sha1_flavor_repo_tag} - if [[ -z "${NO_PUSH}" ]] ; then - podman push ${sha1_flavor_repo_tag} - if [[ ${REMOVE_LOCAL_IMAGES} == "true" ]] ; then - podman rmi -f ${sha1_flavor_repo_tag} - fi - fi - exit - fi - if [[ -z "${NO_PUSH}" ]] ; then podman push ${full_repo_tag} podman push ${branch_repo_tag}