Update .gitlab-ci.yml file

This commit is contained in:
Sinan Ta 2024-01-18 16:10:32 +01:00
parent 261fb8e63b
commit 7a9e0157f4

View File

@ -14,6 +14,7 @@ deploy:
- docker ps
- docker login nexus.knecon.com:5001 -u ${CI_NEXUS_USER} -p ${CI_NEXUS_PASSWORD}
- docker pull nexus.knecon.com:5001/ff/ocr-service-server:latest
- ls -al .gradleBuildCache/
- mv .gradleBuildCache/ /tmp/.gradleBuildCache/ || true
- ls -al
- gradle assemble