Skip to content

Commit 4bc0f76

Browse files
committed
Merge pull request #3463 from flatcar/scripts
ci-automation/release.sh: 'the input device is not a TTY'
2 parents 9797613 + 2803ad7 commit 4bc0f76

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)