Add note for when 0.17 leaves experimental entirely

This commit is contained in:
Sandro Jäckel 2019-10-18 10:53:16 +02:00
parent b5af3130e2
commit 7c9011dcee
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -16,11 +16,12 @@ jobs:
- bash -c 'shopt -s globstar; shellcheck **/*.sh'
- &build
stage: build
# set EXTRA_TAG to latest,stable when no more experimental versions for 0.17 come out
env: VERSION_SHORT=0.17 EXTRA_TAG=latest
script:
- ./build.sh $VERSION_SHORT
- <<: *build
env: VERSION_SHORT=0.16 EXTRA_TAG=stable
env: VERSION_SHORT=0.16
- <<: *build
env: VERSION_SHORT=0.15
- <<: *build