mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
fix(build_library): use http until we get certs on roller
This commit is contained in:
parent
96172f7f20
commit
d71aab28df
@ -41,7 +41,7 @@ if [[ -n "${FLAGS_production_track}" ]]; then
|
|||||||
${COREOS_VERSION_TRACK} $FLAGS_board test"
|
${COREOS_VERSION_TRACK} $FLAGS_board test"
|
||||||
if [[ "${FLAGS_production_track}" != "sdk" ]]; then
|
if [[ "${FLAGS_production_track}" != "sdk" ]]; then
|
||||||
if [[ "${FLAGS_board}" == "amd64-usr" ]]; 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
|
else
|
||||||
COREOS_VERSION_AUSERVER="https://api.core-os.net/v1/update/"
|
COREOS_VERSION_AUSERVER="https://api.core-os.net/v1/update/"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user