Update .gitlab-ci.yml file
This commit is contained in:
parent
736fa834aa
commit
4501df0c20
@ -10,6 +10,7 @@ deploy:
|
|||||||
variables:
|
variables:
|
||||||
TEST_BUILDVERSION: testing-build-cache-${CI_PIPELINE_ID}
|
TEST_BUILDVERSION: testing-build-cache-${CI_PIPELINE_ID}
|
||||||
script:
|
script:
|
||||||
|
- apk install docker
|
||||||
# - mv .gradleBuildCache/ /tmp/.gradleBuildCache/ || true
|
# - mv .gradleBuildCache/ /tmp/.gradleBuildCache/ || true
|
||||||
- echo "Building with gradle version ${TEST_BUILDVERSION}"
|
- echo "Building with gradle version ${TEST_BUILDVERSION}"
|
||||||
- gradle -Pversion=${TEST_BUILDVERSION} publish
|
- gradle -Pversion=${TEST_BUILDVERSION} publish
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user