make TEST_BUILDVERSION unique

This commit is contained in:
Sinan Ta 2024-01-12 09:55:55 +01:00
parent 615dfbbede
commit 4174b8a3e8

View File

@ -8,7 +8,7 @@ deploy:
tags: tags:
- dind - dind
variables: variables:
TEST_BUILDVERSION: "testing-build-cache" TEST_BUILDVERSION: testing-build-cache-${CI_PIPELINE_ID}
script: script:
- ls /tmp/ - ls /tmp/
- echo "Building with gradle version ${TEST_BUILDVERSION}" - echo "Building with gradle version ${TEST_BUILDVERSION}"