Skip to content

Commit

Permalink
Merge pull request #678 from lluiscampos/restore-ci-versions
Browse files Browse the repository at this point in the history
ci: Restore `mender-client` and `mender-flash` versions to "latest"
  • Loading branch information
lluiscampos authored Jun 6, 2024
2 parents 2e0d1fd + 52ff620 commit 186433e
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 186433e

Please sign in to comment.