Update file .gitlab-ci.yml

This commit is contained in:
Kevin Tumma 2023-11-09 12:58:28 +01:00
parent ecc6145300
commit a6948b3523

View File

@ -9,6 +9,10 @@ deploy:
stage: deploy
tags:
- dind
variables:
DOCKER_AUTH_CONFIG: $CI_NEXUS_DOCKER_CONFIG_JSON
DOCKER_HOST: "tcp://docker:2375"
DOCKER_TLS_CERTDIR: ""
script:
- echo "Building with gradle version ${BUILDVERSION}"
- gradle -Pversion=${BUILDVERSION} publish