AE86 4 lat temu
rodzic
commit
226b24b80f
1 zmienionych plików z 6 dodań i 6 usunięć
  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