MitocGroup / recink

REciNK - Rethink Continuous Integration for JavaScript Applications
https://www.npmjs.org/package/recink
Mozilla Public License 2.0
14 stars 5 forks source link

Refactor terraform cache to store the files from .resource folder instead of tar.gz #116

Closed eistrati closed 6 years ago

ddimitrioglo commented 6 years ago

This could be done by changing cache component behaviour (this will affect all the components which are using cache as sub-component) or reimplement this logic in terraform component.

@eistrati what path we have to chose?

eistrati commented 6 years ago

@ddimitrioglo I would suggest to implement this as separate component and integrate with terraform first, and after that see how we can "smoothly" replace internal cache with external (this new) component. Will that work?

avozicov commented 6 years ago

Test Passed Acceptance Criteria:

eistrati commented 6 years ago

Checked.