Skip to content

Commit

Permalink
Adds ci/tasks/build-image.* to ci image source resource
Browse files Browse the repository at this point in the history
This path being missing meant Concourse would not see commits
that change this file but nothing else in `ci/images`. This is
why the `build-ci-images` job in the `3.5.x` pipeline was not
triggering with the recent addition of `build-images.yml`.
  • Loading branch information
spikymonkey authored and royclarkson committed Sep 18, 2023
1 parent 416a8a9 commit 9e9228f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@ resources:
source:
uri: ((github-repo))
branch: ((branch))
paths: ["ci/images/*"]
paths:
- ci/images/*
- ci/tasks/build-image.*

- name: scosb-ci-image
type: registry-image
Expand Down

0 comments on commit 9e9228f

Please sign in to comment.