From 6b32499aafc8901dbf570634be3c43d87efd252d Mon Sep 17 00:00:00 2001 From: andrzej Date: Thu, 3 Oct 2024 18:46:50 +0200 Subject: [PATCH] copy standalone into standalone rather than dumping the contents into root? Idk, I'm running out of ideas here --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1ee2541..856d067 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ agent any sh 'cp -r public standalone/' sh 'cp -r prisma standalone/' sh 'cp -r .next/static standalone/.next/' - sh 'cp -r .next/standalone/** standalone/' + sh 'cp -r .next/standalone/ standalone/' sh ' tar -cf subman.tar.gz standalone ' sh 'rm -r standalone' }