Explorar el Código

更新 'jenkins.sh'

胡月 hace 4 años
padre
commit
4f6a3a652d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      jenkins.sh

+ 1 - 1
jenkins.sh

@@ -1,4 +1,4 @@
-#!/bin/bash  -il
+#!/bin/bash  
 set -e # 如果构建失败,则退出,不能删除旧的包
 
 if [ "$#" -ne 1 ] ; then