Skip to content

Commit

Permalink
chore(build): add caching in buildspec (#29)
Browse files Browse the repository at this point in the history
We have problems with rate limiting from upstream mirrors, so caching the
download directory should prevent this (and speed up builds).
  • Loading branch information
sfoster1 authored Jul 19, 2019
1 parent 2643301 commit 0ba83fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ artifacts:
- output/images/release-notes.md
name: ot2-system
discard-paths: yes

cache:
paths:
- dl/

0 comments on commit 0ba83fe

Please sign in to comment.