After updating concourse from 6.2 to 6.3, the pool resource fails on every get with
fatal: ambiguous argument 'HEAD~1': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
basename: missing operand
Try 'basename --help' for more information
This problem was introduced with the docker image concourse/pool-resource:1.1.2. Using concourse/pool-resource:1.1.1 instead works fine.
After updating concourse from 6.2 to 6.3, the pool resource fails on every get with
This problem was introduced with the docker image concourse/pool-resource:1.1.2. Using concourse/pool-resource:1.1.1 instead works fine.