Skip to content

Commit

Permalink
Woodpecker CI cache fixes (#1309)
Browse files Browse the repository at this point in the history
* Woodpecker CI cache fixes

* rerun ci

* x

* Update .woodpecker.yml

* Update .woodpecker.yml

* Update .woodpecker.yml

* ci
  • Loading branch information
Nutomic authored Jan 4, 2024
1 parent fb16b7e commit e1922ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ steps:
region: us-east-1
cache_key: "jerboa-cache"
path-style: true
backend_operation_timeout: 15m
compression_level: 0
exit_code: true
mount:
- ".gradle"
secrets:
Expand Down Expand Up @@ -65,6 +68,9 @@ steps:
cache_key: "jerboa-cache"
region: us-east-1
path-style: true
backend_operation_timeout: 60m
compression_level: 0
exit_code: true
mount:
- ".gradle"
secrets:
Expand Down

0 comments on commit e1922ea

Please sign in to comment.