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 stage: deploy
tags: tags:
- dind - dind
variables:
TEST_BUILDVERSION: 'cache-test'
script: script:
- ls /tmp/ - ls /tmp/
- echo "Building with gradle version ${TEST_BUILDVERSION}" - echo "Building with gradle version cache-test"
- gradle -Pversion=${TEST_BUILDVERSION} publish - gradle -Pversion=cache-test publish
- gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${TEST_BUILDVERSION} - gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=cache-test
artifacts: artifacts:
reports: reports:
dotenv: version.env dotenv: version.env