mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
Merge pull request #192 from philips/no-https-on-roller-yet
fix(build_library): use http until we get certs on roller
This commit is contained in:
commit
87de0fa5df
@ -41,7 +41,7 @@ if [[ -n "${FLAGS_production_track}" ]]; then
|
||||
${COREOS_VERSION_TRACK} $FLAGS_board test"
|
||||
if [[ "${FLAGS_production_track}" != "sdk" ]]; then
|
||||
if [[ "${FLAGS_board}" == "amd64-usr" ]]; then
|
||||
COREOS_VERSION_AUSERVER="https://public.roller.core-os.net/v1/update/"
|
||||
COREOS_VERSION_AUSERVER="http://public.roller.core-os.net/v1/update/"
|
||||
else
|
||||
COREOS_VERSION_AUSERVER="https://api.core-os.net/v1/update/"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user