From da9b2f15e73b0fff4be4d7a7ad1abb9f3a38f2ce Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Thu, 22 Jan 2026 11:55:03 +0200 Subject: [PATCH] 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 --- container/build.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/container/build.sh b/container/build.sh index ebfd2263a5a..d8a4cc99310 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} -- 2.47.3