From ce1225db67884bef1f13cd4247e7992f071ded43 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Mon, 14 Sep 2026 15:51:02 +0200 Subject: [PATCH] ci-automation/release: remove misleading log The images / containers are now automatically copied to the origin servers (CloudFlare bucket). This log is misleading. Signed-off-by: Mathieu Tortuyaux --- ci-automation/release.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci-automation/release.sh b/ci-automation/release.sh index c18c6191e1e..4d3bc483c82 100644 --- a/ci-automation/release.sh +++ b/ci-automation/release.sh @@ -271,10 +271,6 @@ function _release_build_impl() { if [ "${vernum}" = "${sdk_version}" ]; then publish_sdk "${docker_sdk_vernum}" fi - echo "====" - echo "Done, now you can copy the images to Origin" - echo "====" - # Future: trigger update payload signing