revert hardcode buildversion

This commit is contained in:
Sinan Ta 2024-01-12 09:25:04 +01:00
parent b1fe16061f
commit 875815eb26

View File

@ -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