diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4127b4..7c2fb5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ deploy: TEST_BUILDVERSION: testing-build-cache-${CI_PIPELINE_ID} script: - ls /tmp/ - - ls + - ls / - echo "Building with gradle version ${TEST_BUILDVERSION}" - gradle -Pversion=${TEST_BUILDVERSION} publish - gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${TEST_BUILDVERSION}