Skip to content

Commit 0f32290

Browse files
Also need to exlude DESTINATION_FILES_EXCLUDE when syncing PR's (#11)
GitOrigin-RevId: 58cf7b32bcfe4dc33b8bcd9789c9e888d231ca20
1 parent e38174e commit 0f32290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

copy.bara.sky

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ core.workflow(
5353
url = SOT_REPO,
5454
destination_ref = SOT_BRANCH,
5555
),
56-
destination_files = glob(DESTINATION_FILES),
56+
destination_files = glob(DESTINATION_FILES, exclude = DESTINATION_FILES_EXCLUDE),
5757
origin_files = glob(["**"]),
5858
authoring = authoring.pass_thru(default = DEFAULT_COMITTER),
5959
mode = "CHANGE_REQUEST",

0 commit comments

Comments
 (0)