Update .gitlab-ci.yml file

This commit is contained in:
Christoph Schabert 2024-08-06 13:38:43 +02:00
parent cc969350f8
commit 47e8bee9db

View File

@ -11,7 +11,7 @@ deploy:
- dind
script:
- echo "Building with gradle version ${BUILDVERSION}"
- gradle -Pversion=${BUILDVERSION} publish
- gradle -Pversion=${BUILDVERSION} publish --info --refresh-dependencies
- gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${BUILDVERSION}
- echo "BUILDVERSION=$BUILDVERSION" >> version.env
artifacts: