Remove the drone cache image since there is no arm compatible image available
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2020-12-10 15:53:03 +01:00
parent 6b0edd2d9a
commit 53ec2364bf
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 19 deletions

View File

@ -309,24 +309,6 @@ steps:
commands:
- git fetch --tags
- name: restore-cache
image: meltwater/drone-cache:dev
pull: true
environment:
AWS_ACCESS_KEY_ID:
from_secret: cache_aws_access_key_id
AWS_SECRET_ACCESS_KEY:
from_secret: cache_aws_secret_access_key
settings:
restore: true
bucket: kolaente.dev-drone-dependency-cache
endpoint: https://s3.fr-par.scw.cloud
region: fr-par
path_style: true
cache_key: '{{ .Repo.Name }}_{{ checksum "yarn.lock" }}_{{ arch }}_{{ os }}'
mount:
- '.cache'
- name: docker
image: plugins/docker:linux-arm
pull: true
@ -340,7 +322,6 @@ steps:
auto_tag_suffix: linux-arm
depends_on:
- fetch-tags
- restore-cache
---
kind: pipeline