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