From 5b4e84c98db44dbcd0ae1b808f073b1ca2212fbc Mon Sep 17 00:00:00 2001 From: Alexander Pankratov Date: Sat, 10 Jul 2021 22:53:38 -0800 Subject: [PATCH] push dll --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a768954..9b167db 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,6 @@ pipeline { stage ('Deploy') { steps { sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out' - sh '~scripts/push.sh ${WORKSPACE}/out' } } }