Update .gitlab-ci.yml file
This commit is contained in:
parent
7feeac3012
commit
d84c3685e4
@ -23,7 +23,7 @@ deploy:
|
||||
- ls -al `pwd`/.gradle
|
||||
- du -sh `pwd`/.gradle/* | sort -h
|
||||
- mv /tmp/.gradleBuildCache/ .gradleBuildCache/ || true
|
||||
- rm .gradle/caches/modules-2/gc.properties .gradle/caches/modules-2/modules-2.lock
|
||||
# - rm .gradle/caches/modules-2/gc.properties .gradle/caches/modules-2/modules-2.lock
|
||||
- docker volume ls
|
||||
- docker ps
|
||||
- docker image ls
|
||||
@ -31,7 +31,7 @@ deploy:
|
||||
reports:
|
||||
dotenv: version.env
|
||||
cache:
|
||||
untracked: true
|
||||
# untracked: true
|
||||
key: gradle-build-cache
|
||||
paths:
|
||||
- .gradleBuildCache/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user