list dir sizes in pwd/.tmp/.gradle/*

This commit is contained in:
Sinan Ta 2024-01-15 13:42:36 +01:00
parent 2682b73b4f
commit fee76862ac

View File

@ -24,6 +24,7 @@ deploy:
- ls -al
- ls -al `pwd`/.gradle
- du -sh `pwd`/.gradle/* | sort -h
- du -sh `pwd`/.tmp/.gradle/* | sort -h
- mv /tmp/.gradleBuildCache/ .gradleBuildCache/ || true
- echo "hello-world" > .tmp/hello-world.txt
artifacts: