From ad1c5a31808f70c32ec5c4bbfc40fd43ffdc6970 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 19 Jul 2024 22:10:22 +0000 Subject: [PATCH] Made sure shop module path exists in Jenkinsfile. --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index c7e9a93..ecca59b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,6 +32,7 @@ pipeline { done ''' fingerprint 'output/shop-modules/**/Props.Shop.*' + sh 'mkdir -p ./Props/shops/' sh 'cp ./Props.Shop/output/shop-modules/**/*.dll ./Props.Shop/output/shop-modules/**/*.deps.json ./Props/shops/.' } }