revert hardcode buildversion
This commit is contained in:
parent
b1fe16061f
commit
875815eb26
@ -9,9 +9,9 @@ deploy:
|
|||||||
- dind
|
- dind
|
||||||
script:
|
script:
|
||||||
- ls /tmp/
|
- ls /tmp/
|
||||||
- echo "Building with gradle version cache-test"
|
- echo "Building with gradle version ${TEST_BUILDVERSION}"
|
||||||
- gradle -Pversion=cache-test publish
|
- gradle -Pversion=${TEST_BUILDVERSION} publish
|
||||||
- gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=cache-test
|
- gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${TEST_BUILDVERSION}
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
dotenv: version.env
|
dotenv: version.env
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user