xiatian hace 2 años
padre
commit
14bbd25377
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      jenkins.sh

+ 0 - 1
jenkins.sh

@@ -1,6 +1,5 @@
 #!/bin/bash
 set -e # 如果构建失败,则退出,不能删除旧的包
-
 if [ "$#" -ne 1 ] ; then
   echo "Usage: $0 BUILD_ENV" >&2
   exit 1