hardcore var

This commit is contained in:
Sinan Ta 2024-01-12 08:55:30 +01:00
parent 5d0850e713
commit b1fe16061f

View File

@ -7,13 +7,11 @@ deploy:
stage: deploy
tags:
- dind
variables:
TEST_BUILDVERSION: 'cache-test'
script:
- ls /tmp/
- echo "Building with gradle version ${TEST_BUILDVERSION}"
- gradle -Pversion=${TEST_BUILDVERSION} publish
- gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${TEST_BUILDVERSION}
- echo "Building with gradle version cache-test"
- gradle -Pversion=cache-test publish
- gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=cache-test
artifacts:
reports:
dotenv: version.env