Merge pull request #3 from flatcar-linux/iaguis/switch-gce

*: switch GCE bucket name
This commit is contained in:
Iago López Galeiras 2018-08-13 12:28:31 +02:00 committed by GitHub
commit 542d0da7cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,