Skip to content

Commit

Permalink
add yaml files in src/common/ to deploy.json spec
Browse files Browse the repository at this point in the history
  • Loading branch information
melange396 authored Jul 26, 2023
1 parent 204bbf0 commit 1c9c4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "move",
"src": "src/common/",
"dst": "[[package]]/common/",
"match": "^.*\\.(py)$",
"match": "^.*\\.(py|yaml)$",
"add-header-comment": true,
"recursive": true
},
Expand Down

0 comments on commit 1c9c4df

Please sign in to comment.