diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f3f666..9e9b410 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,12 @@ image: docker:git variables: DOCKER_REPOSITORY: mendersoftware/mender-convert S3_BUCKET_NAME: mender-convert-images + # These variables are present elsewhere in the repository too. Make sure to + # search for and change them too. MENDER_ARTIFACT_VERSION: master MENDER_CLIENT_VERSION: master + # Make sure to update the link in mender-docs to the new one when changing + # this. RASPBIAN_URL: http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2020-02-07/2020-02-05-raspbian-buster-lite.zip RASPBIAN_NAME: 2020-02-05-raspbian-buster-lite MENDER_IMAGE_TESTS_REV: master