Skip to content

Commit

Permalink
Add concourse caching for resolved dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jessjenkins committed Nov 19, 2019
1 parent bafa9cf commit 18dd117
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ inputs:
outputs:
- name: build

caches:
- path: go/

run:
path: dp-search-query/ci/scripts/build.sh
3 changes: 3 additions & 0 deletions ci/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ image_resource:
inputs:
- name: dp-search-query

caches:
- path: go/

run:
path: dp-search-query/ci/scripts/unit.sh

0 comments on commit 18dd117

Please sign in to comment.