Skip to content

Commit

Permalink
Update old references in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkoyun committed Feb 15, 2019
1 parent a35e876 commit 1955a03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The following is a sample configuration in your .drone.yml file:
```yaml
pipeline:
restore-cache:
image: meltwater/drone-s3-cache
image: meltwater/drone-cache
pull: true
restore: true
bucket: drone-cache-bucket
Expand All @@ -123,7 +123,7 @@ pipeline:
- npm install

rebuild-deps-cache:
image: meltwater/drone-s3-cache
image: meltwater/drone-cache
pull: true
rebuild: true
bucket: drone-cache-bucket
Expand All @@ -138,7 +138,7 @@ rebuild-deps-cache:
```yaml
pipeline:
restore-cache:
image: meltwater/drone-s3-cache
image: meltwater/drone-cache
pull: true
restore: true
cache_key: "{{ .Repo.Name }}_{{ .Commit.Branch }}_{{ .Build.Number }}"
Expand All @@ -155,7 +155,7 @@ pipeline:
- npm install

rebuild-deps-cache:
image: meltwater/drone-s3-cache
image: meltwater/drone-cache
pull: true
rebuild: true
cache_key: "{{ .Repo.Name }}_{{ .Commit.Branch }}_{{ .Build.Number }}"
Expand All @@ -171,7 +171,7 @@ rebuild-deps-cache:
```yaml
pipeline:
restore-cache:
image: meltwater/drone-s3-cache
image: meltwater/drone-cache
pull: true
restore: true
cache_key: "{{ .Repo.Name }}_{{ .Commit.Branch }}_{{ .Build.Number }}"
Expand All @@ -189,7 +189,7 @@ pipeline:
- npm install

rebuild-deps-cache:
image: meltwater/drone-s3-cache
image: meltwater/drone-cache
pull: true
rebuild: true
cache_key: "{{ .Repo.Name }}_{{ .Commit.Branch }}_{{ .Build.Number }}"
Expand All @@ -206,7 +206,7 @@ rebuild-deps-cache:
```yaml
pipeline:
restore-cache:
image: meltwater/drone-s3-cache
image: meltwater/drone-cache
pull: true
restore: true
debug: true
Expand All @@ -223,7 +223,7 @@ pipeline:
- npm install

rebuild-deps-cache:
image: meltwater/drone-s3-cache
image: meltwater/drone-cache
pull: true
rebuild: true
debug: true
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
- [x] Drone Pluging badges
- [x] https://microbadger.com/images/meltwater/drone-cache
- [x] https://goreportcard.com/report/github.com/meltwater/drone-cache
- [ ] Add volume/file storage
- [ ] **Add volume/file storage**
- [ ] https://docs.drone.io/user-guide/pipeline/volumes/
- [ ] http://plugins.drone.io/drillster/drone-volume-cache/
- [ ] https://github.com/Drillster/drone-volume-cache/blob/master/cacher.sh
Expand Down

0 comments on commit 1955a03

Please sign in to comment.