Browse Source
Upgrade download link to https.
Changelog: None
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2.4.x
Kristian Amlie
4 years ago
No known key found for this signature in database
GPG Key ID: F464407C996AF03F
1 changed files with
1 additions and
1 deletions
-
.gitlab-ci.yml
|
|
@ -10,7 +10,7 @@ variables: |
|
|
|
MENDER_ADDON_CONNECT_VERSION: master |
|
|
|
# Make sure to update the link in mender-docs to the new one when changing |
|
|
|
# this. |
|
|
|
RASPBIAN_URL: http://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2020-05-28/2020-05-27-raspios-buster-lite-armhf.zip |
|
|
|
RASPBIAN_URL: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2020-05-28/2020-05-27-raspios-buster-lite-armhf.zip |
|
|
|
RASPBIAN_NAME: 2020-05-27-raspios-buster-lite-armhf |
|
|
|
|
|
|
|
DEBIAN_FRONTEND: noninteractive |
|
|
|