Skip to content

Commit

Permalink
debug 编译的agent脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
xleiy committed Oct 23, 2020
1 parent 271b059 commit b83b870
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions script/debug.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

cd "${0%/*}"
cd ..

PROFILR='prod'
./mvnw clean package install -am -pl bistoury-dist -P$PROFILR -Dmaven.test.skip -Denforcer.skip=true

0 comments on commit b83b870

Please sign in to comment.