浏览代码

fix shell

AE86 4 年之前
父节点
当前提交
226b24b80f
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      build.sh

+ 6 - 6
build.sh

@@ -1,7 +1,7 @@
-#!/bin/sh
-
-mvn clean -f pom.xml
-mvn compile package -f pom.xml -Dmaven.test.skip=true
-
-CURRENT_DIR=$(pwd);
+#!/bin/bash
+
+mvn clean -f pom.xml
+mvn compile package -f pom.xml -Dmaven.test.skip=true
+
+CURRENT_DIR=$(pwd);
 cp -rvf $CURRENT_DIR/dbsyncer-web/target/dbsyncer-*.zip $CURRENT_DIR