Update .gitlab-ci.yml file
This commit is contained in:
parent
261fb8e63b
commit
7a9e0157f4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user