b2 util was included in the image in the meantime
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-05-11 03:53:50 +02:00
parent 13a4d1fbd1
commit 93600bceac
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -139,7 +139,6 @@ steps:
B2_KEY:
from_secret: B2_KEY
commands:
- pip install b2
- b2 authorize-account $B2_KEY_ID $B2_KEY
- b2 upload-file --contentType 'text/plain' "$B2_BUCKET_NAME" "/run/cache/archives/results-${DRONE_COMMIT_SHA:0:7}.tar.zstd.gpg-SHA512SUM" "results/results-${DRONE_COMMIT_SHA:0:7}.tar.zstd.gpg-SHA512SUM" > /dev/null 2>&1
- b2 upload-file --contentType 'application/zstd' "$B2_BUCKET_NAME" "/run/cache/archives/results-${DRONE_COMMIT_SHA:0:7}.tar.zstd.gpg" "results/results-${DRONE_COMMIT_SHA:0:7}.tar.zstd.gpg" > /dev/null 2>&1