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