From 0bc7fc07102e7eb8ec7aefcf8b1d0697a5f77fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iago=20L=C3=B3pez=20Galeiras?= Date: Fri, 10 Aug 2018 14:55:51 +0200 Subject: [PATCH] *: switch GCE bucket name We are now using Flatcar's own GCE account. Switch to the new bucket. --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 20ad5d45bd..fd17f12896 100644 --- a/common.sh +++ b/common.sh @@ -328,7 +328,7 @@ readonly COREOS_EPOCH=1372636800 TODAYS_VERSION=$(( (`date +%s` - ${COREOS_EPOCH}) / 86400 )) # Download URL prefix for SDK and board binary packages -: ${FLATCAR_DEV_BUILDS:=https://storage.googleapis.com/jenkins-flatcar} +: ${FLATCAR_DEV_BUILDS:=https://storage.googleapis.com/flatcar-jenkins} # Load developer's custom settings. Default location is in scripts dir, # since that's available both inside and outside the chroot. By convention,