Update README and fix linting issues #37

Merged
hamcha merged 10 commits from feature/better-readme into master 2019-09-20 14:41:24 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 692b425a2a - Show all commits

View File

@ -15,6 +15,7 @@ steps:
- name: dependencies
image: node
failure: ignore
commands:
- yarn
depends_on:
@ -173,6 +174,7 @@ steps:
- name: rebuild-cache
image: drillster/drone-volume-cache
failure: ignore
volumes:
- name: cache
path: /cache
@ -190,5 +192,3 @@ volumes:
---
kind: signature
hmac: 6647e032632cdbcb23545f467d793e6911c9eea552bb081814deb84f47789c91
...