mirror of https://github.com/dapr/java-sdk.git
Excluding examples from deploy command.
This commit is contained in:
parent
b2314c95c0
commit
90ca8f5fcd
|
@ -78,4 +78,4 @@ jobs:
|
|||
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
|
||||
export GPG_TTY=$(tty)
|
||||
gpg --batch --import private-key.gpg
|
||||
mvn -V -B -Dgpg.skip=false -s settings.xml deploy
|
||||
mvn -V -B -Dgpg.skip=false -s settings.xml deploy -pl \!examples
|
||||
|
|
Loading…
Reference in New Issue