b2 util was included in the image in the meantime
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
13a4d1fbd1
commit
93600bceac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user