refactor: a space that is ever so important

This commit is contained in:
surtur 2020-06-23 00:57:15 +02:00
parent 2d457a84fd
commit 058e57b2f7
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -1186,7 +1186,7 @@ steps:
- 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 )
- ( cd archives; date +%Y-%m-%dT%H-%M > dat_date)
- ( cd archives; date +%Y-%m-%dT%H-%M > dat_date )
- ( cd archives; tar cfv results-$(cat dat_date)-${DRONE_COMMIT_SHA:0:7}.tar.zstd results-${DRONE_COMMIT_SHA:0:7}.tar.zstd.gpg results-${DRONE_COMMIT_SHA:0:7}.tar.zstd.gpg-SHA512SUM --zstd --remove-files )
- rm archives/results-${DRONE_COMMIT_SHA:0:7}.tar.zstd
- cp -vR archives /run/cache