From 629fa484120574dc6521e288c37826d0cf7f2c49 Mon Sep 17 00:00:00 2001 From: fariel Date: Fri, 10 Sep 2021 15:18:38 +0800 Subject: [PATCH] build starrockswriter.tar.gz --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 1dd4fac6..609aa2bb 100755 --- a/build.sh +++ b/build.sh @@ -4,3 +4,4 @@ mvn -U -pl starrockswriter -am clean package assembly:assembly -Dmaven.test.skip rm -f starrockswriter.tar.gz cd target/datax/datax/plugin/writer/ tar -czvf starrockswriter.tar.gz starrockswriter +mv starrockswriter.tar.gz $ShellDir