docker-image-resource icon indicating copy to clipboard operation
docker-image-resource copied to clipboard

`import_file` configuration should support globs

Open cppforlife opened this issue 9 years ago • 2 comments

im using it to push out assets that are typically names blah-(semver).tar. want to specify blah-*.tar to pick up configuration. current workaround is to use a separate task to rename tar to a stable name.

cppforlife avatar May 09 '16 17:05 cppforlife

Hi there!

We use Pivotal Tracker to provide visibility into what our team is working on. A story for this issue has been automatically created.

The current status is as follows:

  • [ ] #140236185 import_file configuration should support globs
  • [ ] #119209321 import_file configuration doesnt support globs

This comment, as well as the labels on the issue, will be automatically updated as the status in Tracker changes.

concourse-bot avatar May 09 '16 17:05 concourse-bot

I'm not sure if it has other implications but simply removing the double quotes from the cat "$import_file" will make it work. I'm facing the same issue.

jimmykarily avatar Sep 29 '17 07:09 jimmykarily