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
No known key found for this signature in database
GPG Key ID: F464407C996AF03F
1 changed files with
4 additions and
0 deletions
-
.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 |
|
|
|