Skip to content

Commit

Permalink
Disable interpolation for monorepo plugin (#7056) (#7154)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0e14385)

Co-authored-by: Yehor Shvedov <146825775+ev1yehor@users.noreply.github.com>
  • Loading branch information
mergify[bot] and ev1yehor authored Mar 6, 2025
1 parent 1ca3331 commit df6e584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ steps:
plugins:
- monorepo-diff#v1.2.0:
diff: "git diff --name-only HEAD~1"
interpolation: false
watch:
- path:
- deploy/kubernetes/*
Expand All @@ -285,6 +286,7 @@ steps:
plugins:
- monorepo-diff#v1.2.0:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- internal/
Expand Down

0 comments on commit df6e584

Please sign in to comment.