From 014fa40a6eb42ac5256595ccc87266513161dbdc Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Wed, 5 May 2021 09:04:53 -0400 Subject: [PATCH] build: match is required for globbing --- deploy.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.json b/deploy.json index 0cb1c1dcf..a288ba8a3 100644 --- a/deploy.json +++ b/deploy.json @@ -266,12 +266,14 @@ "type": "move", "src": "tests/server/", "dst": "[[stasis]]/tests/", + "match": "^.*\\.(py)$", "recursive": true }, { "type": "move", "src": "integrations/server/", "dst": "[[stasis]]/integrations/", + "match": "^.*\\.(py)$", "recursive": true },