This commit is contained in:
Alexander Pankratov
2021-07-10 22:53:38 -08:00
parent c064808aaa
commit 5b4e84c98d
Vendored
-1
View File
@@ -30,7 +30,6 @@ pipeline {
stage ('Deploy') { stage ('Deploy') {
steps { steps {
sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out' sh 'sudo ~/scripts/qa_deploy ${WORKSPACE}/out'
sh '~scripts/push.sh ${WORKSPACE}/out'
} }
} }
} }