Revert "Fix artifact uploads(hopefully)"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 01b4b69706
.
This commit is contained in:
parent
01b4b69706
commit
70649e4f5e
1 changed files with 3 additions and 2 deletions
|
@ -23,11 +23,12 @@ steps:
|
|||
|
||||
environment:
|
||||
BUCKET: carbon-artifacts
|
||||
B2_ACCOUNT_ID:
|
||||
ACCOUNT:
|
||||
from_secret: b2_account_id
|
||||
B2_APPLICATION_KEY:
|
||||
KEY:
|
||||
from_secret: b2_application_key
|
||||
commands:
|
||||
- source environment
|
||||
- b2 authorize-account $ACCOUNT $KEY
|
||||
- b2 upload-file $BUCKET $FILENAME $FILENAME
|
||||
- echo Build artifacts avaliable at `b2 make-friendly-url $BUCKET $FILENAME`
|
||||
|
|
Loading…
Reference in a new issue