Skip to content

Commit

Permalink
feat 调整CI编译指令
Browse files Browse the repository at this point in the history
  • Loading branch information
wertycn committed Feb 21, 2024
1 parent 69cbb7f commit c8c13f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: SONAR_TOKEN=${{ secrets.SONAR_CLOUD_TOKEN }} sh sonar.sh | grep -v "Download" | grep -v Progress
- name: Maven编译
run: |
mvn --batch-mode --update-snapshots verify
mvn package -DskipTests
mkdir -p deploy
cp wireguard-registry-service/target/wireguard-registry-service*.jar deploy/app.jar
ls deploy/
Expand Down

0 comments on commit c8c13f8

Please sign in to comment.