Alexander Pankratov 3 年前
父节点
当前提交
5b4e84c98d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      Jenkinsfile

+ 0
- 1
Jenkinsfile 查看文件

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

正在加载...
取消
保存