Update .gitlab-ci.yml file

This commit is contained in:
Sinan Ta 2024-01-12 10:45:43 +01:00
parent 1821515b17
commit 6765395298

View File

@ -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}