ci-automation/release.sh: 'the input device is not a TTY'

This has been raised in current CI.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2025-11-06 17:44:47 +01:00 committed by Kai Lueke
parent 41c5fc2ee0
commit 7c7eb2686c

View File

@ -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" \