Browse Source

Add some helpful comments in the .gitlab-ci.yml file.

Changelog: None

Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2.1.x
Kristian Amlie 5 years ago
parent
commit
2f3fdcb6a2
No known key found for this signature in database GPG Key ID: F464407C996AF03F
  1. 4
      .gitlab-ci.yml

4
.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

Loading…
Cancel
Save