Skip to content

Commit 5dfa79e

Browse files
Matan-BDnyaneshwari Talwekar
authored andcommitted
container/build.sh: cleanup crimson flavors
We no longer have crimson-flavors see ceph/ceph-build#2497 Signed-off-by: Matan Breizman <mbreizma@redhat.com>
1 parent d28fdf3 commit 5dfa79e

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

container/build.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -186,18 +186,6 @@ if [[ ${CI_CONTAINER} == "true" ]] ; then
186186
podman tag ${image_id} ${branch_repo_tag}
187187
podman tag ${image_id} ${sha1_repo_tag}
188188

189-
if [[ (${FLAVOR} == "crimson-debug" || ${FLAVOR} == "crimson-release") && ${ARCH} == "x86_64" ]] ; then
190-
sha1_flavor_repo_tag=${sha1_repo_tag}-${FLAVOR}
191-
podman tag ${image_id} ${sha1_flavor_repo_tag}
192-
if [[ -z "${NO_PUSH}" ]] ; then
193-
podman push ${sha1_flavor_repo_tag}
194-
if [[ ${REMOVE_LOCAL_IMAGES} == "true" ]] ; then
195-
podman rmi -f ${sha1_flavor_repo_tag}
196-
fi
197-
fi
198-
exit
199-
fi
200-
201189
if [[ -z "${NO_PUSH}" ]] ; then
202190
podman push ${full_repo_tag}
203191
podman push ${branch_repo_tag}

0 commit comments

Comments
 (0)