mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-10 05:01:47 +01:00
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:
parent
41c5fc2ee0
commit
7c7eb2686c
@ -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" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user