mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-26 01:14:43 +01:00
Add note for when 0.17 leaves experimental entirely
This commit is contained in:
parent
b5af3130e2
commit
7c9011dcee
@ -16,11 +16,12 @@ jobs:
|
|||||||
- bash -c 'shopt -s globstar; shellcheck **/*.sh'
|
- bash -c 'shopt -s globstar; shellcheck **/*.sh'
|
||||||
- &build
|
- &build
|
||||||
stage: 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
|
env: VERSION_SHORT=0.17 EXTRA_TAG=latest
|
||||||
script:
|
script:
|
||||||
- ./build.sh $VERSION_SHORT
|
- ./build.sh $VERSION_SHORT
|
||||||
- <<: *build
|
- <<: *build
|
||||||
env: VERSION_SHORT=0.16 EXTRA_TAG=stable
|
env: VERSION_SHORT=0.16
|
||||||
- <<: *build
|
- <<: *build
|
||||||
env: VERSION_SHORT=0.15
|
env: VERSION_SHORT=0.15
|
||||||
- <<: *build
|
- <<: *build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user