Ver Fonte

更新 'jenkins.sh'

胡月 há 4 anos atrás
pai
commit
f94964cc18
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      jenkins.sh

+ 1 - 1
jenkins.sh

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