@@ -30,7 +30,6 @@ pipeline {
stage ('Deploy') {
steps {
sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out'
- sh '~scripts/push.sh ${WORKSPACE}/out'
}