debug cache locaton

This commit is contained in:
Sinan Ta 2024-01-12 10:33:38 +01:00
parent 4174b8a3e8
commit 3344097edf

View File

@ -11,6 +11,7 @@ deploy:
TEST_BUILDVERSION: testing-build-cache-${CI_PIPELINE_ID} TEST_BUILDVERSION: testing-build-cache-${CI_PIPELINE_ID}
script: script:
- ls /tmp/ - ls /tmp/
- ls /home/gitlab-runner/cache/
- echo "Building with gradle version ${TEST_BUILDVERSION}" - echo "Building with gradle version ${TEST_BUILDVERSION}"
- gradle -Pversion=${TEST_BUILDVERSION} publish - gradle -Pversion=${TEST_BUILDVERSION} publish
- gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${TEST_BUILDVERSION} - gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${TEST_BUILDVERSION}