Skip to content

Commit

Permalink
update .drone.yml to use v1.2.2 (#189)
Browse files Browse the repository at this point in the history
* update .drone.yml to use v1.2.2
  • Loading branch information
cmckeen authored Oct 1, 2021
1 parent 080c2e5 commit e26abd0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ steps:
- git diff --exit-code

- name: rebuild-cache
image: meltwater/drone-cache:v1.2.0-rc1
image: meltwater/drone-cache:v1.2.2
pull: always
settings:
bucket: drone-cache-bucket
Expand All @@ -84,7 +84,7 @@ steps:
AWS_SECRET_ACCESS_KEY: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY

- name: rebuild-cache-with-key
image: meltwater/drone-cache:v1.2.0-rc1
image: meltwater/drone-cache:v1.2.2
pull: always
settings:
bucket: drone-cache-bucket
Expand All @@ -101,7 +101,7 @@ steps:
AWS_SECRET_ACCESS_KEY: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY

- name: rebuild-cache-with-gzip
image: meltwater/drone-cache:v1.2.0-rc1
image: meltwater/drone-cache:v1.2.2
pull: always
settings:
archive_format: gzip
Expand All @@ -119,7 +119,7 @@ steps:
AWS_SECRET_ACCESS_KEY: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY

- name: rebuild-cache-with-filesystem
image: meltwater/drone-cache:v1.2.0-rc1
image: meltwater/drone-cache:v1.2.2
pull: always
settings:
archive_format: gzip
Expand All @@ -134,7 +134,7 @@ steps:
path: /tmp/cache

- name: restore-cache-with-key
image: meltwater/drone-cache:v1.2.0-rc1
image: meltwater/drone-cache:v1.2.2
pull: always
settings:
bucket: drone-cache-bucket
Expand All @@ -152,7 +152,7 @@ steps:
AWS_SECRET_ACCESS_KEY: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY

- name: restore-cache-with-gzip
image: meltwater/drone-cache:v1.2.0-rc1
image: meltwater/drone-cache:v1.2.2
pull: always
settings:
archive_format: gzip
Expand All @@ -170,7 +170,7 @@ steps:
AWS_SECRET_ACCESS_KEY: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY

- name: restore-cache-with-filesystem
image: meltwater/drone-cache:v1.2.0-rc1
image: meltwater/drone-cache:v1.2.2
pull: always
settings:
archive_format: gzip
Expand All @@ -185,15 +185,15 @@ steps:
path: /tmp/cache

- name: restore-cache-debug
image: meltwater/drone-cache:v1.2.0-rc1
image: meltwater/drone-cache:v1.2.2
pull: always
settings:
debug: true
restore: true
pull: always

- name: restore-cache
image: meltwater/drone-cache:v1.2.0-rc1
image: meltwater/drone-cache:v1.2.2
pull: always
settings:
bucket: drone-cache-bucket
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ USAGE:
drone-cache [global options] command [command options] [arguments...]
VERSION:
v1.1.0
v1.2.2
COMMANDS:
help, h Shows a list of commands or help for one command
Expand Down

0 comments on commit e26abd0

Please sign in to comment.