Skip to content

Commit

Permalink
ci: Restore mender-client and mender-flash versions to "latest"
Browse files Browse the repository at this point in the history
This reverts commit ef4d6c2.

Additionally, amend and improve the variables' description.

Signed-off-by: Lluis Campos <[email protected]>
  • Loading branch information
lluiscampos committed Jun 6, 2024
1 parent 2e0d1fd commit 52ff620
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ variables:
description: |-
Version of mender-artifact for the builder image - 'master' or a specific version
MENDER_CLIENT_VERSION:
value: "master"
value: "latest"
description: |-
Version of mender for the converted image- 'latest', 'master' or a specific version
Version of mender for the converted image - 'latest', 'auto', 'master' or a specific version
MENDER_FLASH_VERSION:
value: "master"
value: "latest"
description: |-
Version of mender-flash for the converted image- 'latest', 'master' or a specific version
Version of mender-flash for the converted image - 'latest', 'master' or a specific version
MENDER_ADDON_CONNECT_VERSION:
value: "latest"
description: |-
Version of mender-connect for the converted image- 'latest', 'master' or a specific version
Version of mender-connect for the converted image - 'latest', 'master' or a specific version
MENDER_ADDON_CONFIGURE_VERSION:
value: "latest"
description: |-
Version of mender-configure for the converted image- 'latest', 'master' or a specific version
Version of mender-configure for the converted image - 'latest', 'master' or a specific version
## Auto-update
RASPBIAN_URL: "https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2023-05-03/2023-05-03-raspios-bullseye-armhf-lite.img.xz"
Expand Down

0 comments on commit 52ff620

Please sign in to comment.