This commit is contained in:
hffariel 2021-10-15 11:40:41 +08:00
parent 46f3764801
commit bee91f5401
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
fetch-depth: 0
- run: |
git checkout main
rm -rf target
mvn -U -pl starrockswriter -am clean package assembly:assembly -Dmaven.test.skip=true
cd target/datax/datax/plugin/writer/
tar -czvf starrockswriter.tar.gz starrockswriter

View File

@ -1,5 +1,6 @@
ShellDir="$( cd "$( dirname "$0" )" && pwd )"
cd $ShellDir
rm -rf target
mvn -U -pl starrockswriter -am clean package assembly:assembly -Dmaven.test.skip=true
rm -f starrockswriter.tar.gz
cd target/datax/datax/plugin/writer/