Skip to content

Commit 8d70aa3

Browse files
committed
Add rvdss to deployment tasks
1 parent 712375d commit 8d70aa3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

deploy.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,16 @@
208208
"add-header-comment": true
209209
},
210210

211+
"// acquisition - rvdss",
212+
{
213+
"type": "move",
214+
"src": "src/acquisition/rvdss/",
215+
"dst": "[[package]]/acquisition/rvdss/",
216+
"match": "^.*\\.(py)$",
217+
"recursive": true,
218+
"add-header-comment": true
219+
},
220+
211221
"// maintenance",
212222
{
213223
"type": "move",

0 commit comments

Comments
 (0)