list dir sizes in pwd/.tmp/.gradle/*
This commit is contained in:
parent
2682b73b4f
commit
fee76862ac
@ -24,6 +24,7 @@ deploy:
|
|||||||
- ls -al
|
- ls -al
|
||||||
- ls -al `pwd`/.gradle
|
- ls -al `pwd`/.gradle
|
||||||
- du -sh `pwd`/.gradle/* | sort -h
|
- du -sh `pwd`/.gradle/* | sort -h
|
||||||
|
- du -sh `pwd`/.tmp/.gradle/* | sort -h
|
||||||
- mv /tmp/.gradleBuildCache/ .gradleBuildCache/ || true
|
- mv /tmp/.gradleBuildCache/ .gradleBuildCache/ || true
|
||||||
- echo "hello-world" > .tmp/hello-world.txt
|
- echo "hello-world" > .tmp/hello-world.txt
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user