diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ebfeda..d9be9b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,8 @@ deploy: tags: - dind script: + - ls /tmp/ + - cat /tmp/.gradleCache/cache-ocr-service-server.build - echo "Building with gradle version ${TEST_BUILDVERSION}" - gradle -Pversion=${TEST_BUILDVERSION} publish - gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${TEST_BUILDVERSION}