Skip to content

Commit

Permalink
Merge pull request #11 from alphagov/bau/image-resource-not-required
Browse files Browse the repository at this point in the history
BAU: Make image_resource NOT required
  • Loading branch information
kerrr authored Mar 20, 2024
2 parents b9267b7 + 463baaf commit 5841292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TaskConfig.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module concourse_pipeline.TaskConfig
import "./Pipeline.pkl"

platform: "linux"|"darwin"|"windows"
image_resource: AnonymousResource
image_resource: AnonymousResource?
inputs: Listing<Input>?
outputs: Listing<Output>?
caches: Listing<Cache>?
Expand Down Expand Up @@ -43,4 +43,4 @@ open class Cache {

output {
renderer = new YamlRenderer {}
}
}

0 comments on commit 5841292

Please sign in to comment.