ci: debug
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
cătălin 2022-08-11 19:50:34 +02:00
commit 47ffaf9a02
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2

View file

@ -15,6 +15,10 @@ steps:
- name: restore cache
image: meltwater/drone-cache
environment:
AWS_ACCESS_KEY_ID:
from_secret: AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY:
from_secret: AWS_SECRET_ACCESS_KEY
settings:
restore: true
bucket: halig-cache
@ -39,6 +43,11 @@ steps:
- name: rebuild cache
image: meltwater/drone-cache
environment:
AWS_ACCESS_KEY_ID:
from_secret: AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY:
from_secret: AWS_SECRET_ACCESS_KEY
settings:
restore: true
bucket: halig-cache
@ -49,3 +58,7 @@ steps:
from_secret: AWS_SECRET_ACCESS_KEY
mount:
- .venv
when:
status:
- failure
- success