mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-10 13:11:34 +01:00
Merge pull request #3463 from flatcar/scripts
ci-automation/release.sh: 'the input device is not a TTY'
This commit is contained in:
commit
98ee2988bb
@ -164,8 +164,8 @@ function copy_from_bincache_to_bucket() {
|
|||||||
local arch="${2}"
|
local arch="${2}"
|
||||||
local version="${3}"
|
local version="${3}"
|
||||||
|
|
||||||
echo "Copy the images from bincache to CloudFlare bucket"
|
echo "Copying the images from bincache to CloudFlare bucket"
|
||||||
docker run --rm -ti \
|
docker run --rm \
|
||||||
-v "${RCLONE_CONFIGURATION_FILE}:/opt/rclone.conf:ro" \
|
-v "${RCLONE_CONFIGURATION_FILE}:/opt/rclone.conf:ro" \
|
||||||
docker.io/rclone/rclone:1.71.1 \
|
docker.io/rclone/rclone:1.71.1 \
|
||||||
--config "/opt/rclone.conf" \
|
--config "/opt/rclone.conf" \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user