xiatian 4 anni fa
parent
commit
4bb5b1a867
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      jenkins.sh

+ 1 - 1
jenkins.sh

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