Skip to content

Commit

Permalink
config,fix: Add missing paths to watches for xPRO pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
blarghmatey committed May 1, 2024
1 parent 078b92a commit b407c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ol_concourse/pipelines/infrastructure/xpro/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from ol_concourse.lib.models.fragment import PipelineFragment
from ol_concourse.lib.models.pipeline import Identifier, Pipeline
from ol_concourse.lib.resources import git_repo
from ol_concourse.pipelines.constants import PULUMI_CODE_PATH
from ol_concourse.pipelines.constants import PULUMI_CODE_PATH, PULUMI_WATCHED_PATHS

xpro_pulumi_code = git_repo(
name=Identifier("ol-infrastructure-pulumi-xpro"),
Expand All @@ -11,8 +11,8 @@
paths=[
"src/ol_infrastructure/applications/xpro/",
"src/ol_infrastructure/lib/",
"src/bridge/lib/",
"src/bridge/secrets/xpro",
*PULUMI_WATCHED_PATHS,
],
)

Expand Down

0 comments on commit b407c2a

Please sign in to comment.