From 7c7eb2686cb004fe08624e5ef2f34c17b50df2e0 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Thu, 6 Nov 2025 17:44:47 +0100 Subject: [PATCH] ci-automation/release.sh: 'the input device is not a TTY' This has been raised in current CI. Signed-off-by: Mathieu Tortuyaux --- ci-automation/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-automation/release.sh b/ci-automation/release.sh index cc3a9b840e..c17312aa64 100644 --- a/ci-automation/release.sh +++ b/ci-automation/release.sh @@ -164,8 +164,8 @@ function copy_from_bincache_to_bucket() { local arch="${2}" local version="${3}" - echo "Copy the images from bincache to CloudFlare bucket" - docker run --rm -ti \ + echo "Copying the images from bincache to CloudFlare bucket" + docker run --rm \ -v "${RCLONE_CONFIGURATION_FILE}:/opt/rclone.conf:ro" \ docker.io/rclone/rclone:1.71.1 \ --config "/opt/rclone.conf" \