Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
hffariel committed Oct 15, 2021
1 parent 46f3764 commit bee91f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit bee91f5

Please sign in to comment.