feat: removing b2 installation step as b2 is now part of the image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-06-13 00:41:51 +02:00
parent 984b4ebd72
commit c849c2736f
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -1230,7 +1230,6 @@ steps:
B2_KEY:
from_secret: B2_KEY
commands:
- pip install b2
- b2 authorize-account $B2_KEY_ID $B2_KEY
- ( cd /run/cache/archives; b2 upload-file --contentType 'application/zstd' "$B2_BUCKET_NAME" "results-$(date +%Y-%m-%dT%H-%M)-${DRONE_COMMIT_SHA:0:7}.tar.zstd" "results/results-$(date +%Y-%m-%dT%H-%M)-${DRONE_COMMIT_SHA:0:7}.tar.zstd" > /dev/null 2>&1 )