mserranom / bbrun

Run Bitbucket Pipelines locally
MIT License
208 stars 31 forks source link

Support for `caches`, including custom cache `definitions` #21

Open SKalt opened 6 years ago

SKalt commented 6 years ago

For expediency, bitbucket pipelines support caching directories between steps. bbrun should be able to emulate this.

mserranom commented 6 years ago

Thanks. While not implemented, a workaround is to rely only on paths relative to the clone directory.