final now
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
surtur 2020-05-10 07:29:53 +02:00
parent 44256d7b10
commit 150acef912
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -81,18 +81,6 @@ volumes:
kind: pipeline
name: upload
environment:
B2_ACCOUNT:
from_secret: b2_account
B2_BUCKET_ID:
from_secret: b2_bucketId
B2_TOKEN:
from_secret: b2_token
B2_KEY_ID:
from_secret: b2_keyId
B2_KEY:
from_secret: b2_key
platform:
os: linux
arch: amd64
@ -121,6 +109,18 @@ steps:
volumes:
- name: cache
path: /run/cache
environment:
B2_ACCOUNT:
from_secret: b2_account
B2_BUCKET_ID:
from_secret: b2_bucketId
B2_TOKEN:
from_secret: b2_token
B2_KEY_ID:
from_secret: b2_keyId
B2_KEY:
from_secret: b2_key
commands:
- ls -la /run/cache
- export FILE_TO_UPLOAD=$(ls /run/cache | head -1)