From baebd0afbd81afc6549aad1abf754807cf74b5d6 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Mon, 19 May 2025 13:42:51 -0700 Subject: [PATCH] ceph-build: remove container build step This was removed from build_rpm, but then when a reorg happened to separate the function into a separate script, the fact that ceph-build doesn't do container builds anymore was missed. Release container builds now happen after the manual signing step using job ceph-release-containers Signed-off-by: Dan Mick --- ceph-build/config/definitions/ceph-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index d7de2893..8f847292 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -98,7 +98,6 @@ - ../../../scripts/build_utils.sh - ../../build/setup_rpm - ../../build/build_rpm - - ../../../scripts/build_container - ../../../scripts/status_completed publishers: - postbuildscript: -- 2.39.5