From deb66dd64e0b96de34f7da9f5f38c8f38b733f85 Mon Sep 17 00:00:00 2001 From: Yadciel Date: Sat, 29 Apr 2023 16:00:27 +0200 Subject: [PATCH] fix --- jenkinsfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jenkinsfile b/jenkinsfile index 6ea8de6..a4bd45d 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -21,12 +21,6 @@ pipeline { rem Output a success message echo Resources folder was successfully moved to the dist folder. - - rem Copy the "dist" folder to the "builds" folder - xcopy dist //Slave/share/Builds /E /I - - rem Output a success message - echo The dist folder was successfully copied to the builds folder. """ } }