print size of the resulting archive
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-05-12 05:55:24 +02:00
parent a473d04b94
commit d56346abed
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -298,6 +298,7 @@ steps:
commands:
- mkdir -pv archives
- ( cd /run/cache; tar cfv /drone/src/archives/results-${DRONE_COMMIT_SHA:0:7}.tar.zstd results-${DRONE_COMMIT_SHA} --zstd )
- ls -la archives/results-${DRONE_COMMIT_SHA:0:7}.tar.zstd
- curl -sS https://dotya.ml/store/0x28bd2388.asc | gpg --quiet --import -
- gpg -eR 28bd2388 --trust-model always archives/results-${DRONE_COMMIT_SHA:0:7}.tar.zstd
- ( cd archives; sha512sum results-${DRONE_COMMIT_SHA:0:7}.tar.zstd.gpg > results-${DRONE_COMMIT_SHA:0:7}.tar.zstd.gpg-SHA512SUM )