Update .gitlab-ci.yml file
This commit is contained in:
parent
c515f29a27
commit
835560a6f2
@ -11,6 +11,8 @@ deploy:
|
||||
TEST_BUILDVERSION: testing-build-cache-${CI_PIPELINE_ID}
|
||||
script:
|
||||
- apk add docker
|
||||
- docker ps
|
||||
- docker pull nexus.knecon.com:5001/ff/ocr-service-server:latest
|
||||
# - mv .gradleBuildCache/ /tmp/.gradleBuildCache/ || true
|
||||
- echo "Building with gradle version ${TEST_BUILDVERSION}"
|
||||
- gradle -Pversion=${TEST_BUILDVERSION} publish
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user