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' } } }