codeship / codeship-tool-examples

Examples to get you started using Codeship Pro. Download the local CLI to follow along with these examples locally.
http://bit.ly/codeship-jet-tool
MIT License
52 stars 31 forks source link

Caching tutorial updates #28

Closed rheinwein closed 8 years ago

rheinwein commented 8 years ago

Since local caching is deprecated, we should remove the tutorial assets and explain where to find more documentation about caching on remote builds.

mlocher commented 8 years ago

Why don't we delete the Dockerfile and the service/steps for example 17 completely? To test that the caching works on Codeship? Wouldn't the other examples in this repo do that already?

rheinwein commented 8 years ago

@mlocher Yeah, we could do that instead. Since this is customer-facing and intended for use with the local CLI, I didn't want to add caching to any other step because remote caching isn't supported with local builds, and thought it could potentially be confusing. What we can do instead is take all caching out of here and move it into a different project, maybe merrygoround instead.

mlocher commented 8 years ago

@rheinwein I agree, adding it to merrygoround or a similar test project is probably a good idea. :shipit: