Hi,
I planned to saved a commit ID in cache so that I know the cache point
like:
git rev-parse HEAD > vendor/.commit
then I put cache definition like
definitions:
caches:
vendor: vendor
But seems the .commit not found on next pipeline execution, is that the expected behavior ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.