Skip to content

Commit

Permalink
Merge pull request #61 from andrewshan/release-0.2
Browse files Browse the repository at this point in the history
fix: package script misspelling
  • Loading branch information
andrewshan authored Oct 21, 2022
2 parents 4d42c24 + 5177d4c commit 65970a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pushd "$SCRIPTDIR/"
#java build the app.
docker run --rm -u root -v "$(pwd)":/home/maven/project -w /home/maven/project maven:3.8.1-openjdk-8-slim mvn clean package

mkidr -p "polaris-sync-server-${VERSION}"
mkdir -p "polaris-sync-server-${VERSION}"

cp "polaris-sync-server/target/polaris-sync-server-${VERSION}.jar" "./polaris-sync-server-${VERSION}/"
mv ./conf "./polaris-sync-server-${VERSION}/"
Expand Down

0 comments on commit 65970a8

Please sign in to comment.