Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 7d4a506

Browse files
mtarngbnookala
authored andcommitted
Lifecycle pipeline will only trigger off changes to bedrock.yaml
1 parent 6901ca2 commit 7d4a506

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/lib/fileutils.ts

+3
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,9 @@ const hldLifecyclePipelineYaml = (): string => {
751751
branches: {
752752
include: ["master"],
753753
},
754+
paths: {
755+
include: ["bedrock.yaml"],
756+
},
754757
},
755758
variables: [],
756759
pool: {

src/test/mockFactory.ts

+3
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,9 @@ export const createTestHldLifecyclePipelineYaml = (
318318
branches: {
319319
include: ["master"],
320320
},
321+
paths: {
322+
include: ["bedrock.yaml"],
323+
},
321324
},
322325
variables: [],
323326
pool: {

0 commit comments

Comments
 (0)