Skip to content

Commit d333b4e

Browse files
committed
ci-automation/release.sh: lift 'experimental' usage
Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent a55adb1 commit d333b4e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ci-automation/release.sh

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

167-
echo "Experimental (i.e ignore if it fails) - copy the images to CloudFlare bucket"
168-
(
169-
set +eu
167+
echo "Copy the images from bincache to CloudFlare bucket"
170168
docker run --rm -ti \
171169
-v "${RCLONE_CONFIGURATION_FILE}:/opt/rclone.conf:ro" \
172170
docker.io/rclone/rclone:1.71.1 \
173171
--config "/opt/rclone.conf" \
174172
sync \
175173
--http-url "https://${BUILDCACHE_SERVER}/images/${arch}/${version}" :http: "r2:flatcar/${channel}/${arch}-usr/${version}"
176-
# Exit the function cleanly for now:
177-
true
178-
)
179174
# Note: There is no "current" symlink and when switching the release to current we
180175
# could at a later stage (when the update payloads are selected in Nebraska) either
181176
# use folder copies where we delete the old "current" folder first, or we could

0 commit comments

Comments
 (0)