mrsixw / concourse-rsync-resource

concourse.ci resource for persisting build artifacts on a shared storage location with rsync and ssh.
Apache License 2.0
18 stars 40 forks source link

Copy contents of the directory, not the directory itself #1

Closed zgagnon closed 8 years ago

zgagnon commented 8 years ago

Because the resource fetches into a directory with a fairly arbitrary name, it's very difficult to use this as an input for a task. By only copying the contents of the directory, we can have a reliable location to use in downstream jobs.

mrsixw commented 8 years ago

Good call, thanks.