-
-
Notifications
You must be signed in to change notification settings - Fork 867
Closed
Labels
Description
We just came across an issue when trying to fly execute
where one of the inputs is a user-defined resource_type. Concourse gives us this for the output of the get
for our custom git-lfs resource:
no workers satisfying: resource type 'git-lfs'
available workers:
- platform 'linux'
- platform 'linux'
- platform 'linux'
- platform 'linux'
Our custom resource is defined like this:
resource_types:
- name: git-lfs
type: docker-image
source:
repository: "docker.ci.eng.pivotal.io:443/git-lfs-resource"
muv, mtekel, ahelal, dcarley, oppegard and 8 more