Version needs to be a string in gitlab-ci
This commit is contained in:
parent
fcead7736d
commit
d63ab2a345
@ -3,7 +3,7 @@ stages:
|
|||||||
- build-manifest
|
- build-manifest
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
VERSION: 5.9
|
VERSION: "5.9"
|
||||||
DOCKER_HOST: tcp://docker:2375
|
DOCKER_HOST: tcp://docker:2375
|
||||||
VERSIONARCH: ${VERSION}-${ARCH}
|
VERSIONARCH: ${VERSION}-${ARCH}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user