Skip to content

Commit 10b307b

Browse files
authored
followup for #1203: deploy.json fix for src/common/* (#1245)
1 parent f62feb8 commit 10b307b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deploy.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
"type": "move",
2323
"src": "src/common/",
2424
"dst": "[[package]]/common/",
25-
"match": "^.*\\.(py)$",
26-
"add-header-comment": true
25+
"match": "^.*\\.(py|yaml)$",
26+
"add-header-comment": true,
27+
"recursive": true
2728
},
2829

2930
"// server",

0 commit comments

Comments
 (0)