From 6d37f3416a9487529c38842756fd8c0ed8e32fd0 Mon Sep 17 00:00:00 2001 From: Ole Petter Date: Thu, 20 Jan 2022 12:38:09 +0100 Subject: [PATCH] Remove extra double quotes Changelog: None Signed-off-by: Ole Petter --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25846af..e2e1a29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ variables: # Make sure to update the link in mender-docs to the new one when changing # this. - RASPBIAN_URL: "https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-11-08/2021-10-30-raspios-bullseye-armhf-lite.zip" + RASPBIAN_URL: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-11-08/2021-10-30-raspios-bullseye-armhf-lite.zip RASPBIAN_NAME: 2021-10-30-raspios-bullseye-armhf-lite # Which version of mender-convert to use in published image name. Normally