Skip to content

Commit 44be28e

Browse files
authored
Merge pull request #3463 from flatcar/tormath1/rclone
ci-automation/release.sh: 'the input device is not a TTY'
2 parents 4202d87 + afed5af commit 44be28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-automation/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ function copy_from_bincache_to_bucket() {
164164
local arch="${2}"
165165
local version="${3}"
166166

167-
echo "Copy the images from bincache to CloudFlare bucket"
168-
docker run --rm -ti \
167+
echo "Copying the images from bincache to CloudFlare bucket"
168+
docker run --rm \
169169
-v "${RCLONE_CONFIGURATION_FILE}:/opt/rclone.conf:ro" \
170170
docker.io/rclone/rclone:1.71.1 \
171171
--config "/opt/rclone.conf" \

0 commit comments

Comments
 (0)