xiatian hace 4 años
padre
commit
4bb5b1a867
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  -ilex
+#!/bin/bash
 set -e # 如果构建失败,则退出,不能删除旧的包
 
 if [ "$#" -ne 1 ] ; then