Skip to content

Commit

Permalink
Release also the test module
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj committed Jan 14, 2022
1 parent 2f55326 commit f7162b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/scripts/push-to-nexus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export GPG_TTY=$(tty)
echo $GPG_SIGNING_KEY | base64 -d > signing.gpg
gpg --batch --import signing.gpg

GPG_EXECUTABLE=gpg mvn -B $MVN_ARGS -DskipTests -s ./.azure/scripts/settings.xml -pl ./,crd-annotations,crd-generator,api -P ossrh deploy
GPG_EXECUTABLE=gpg mvn -B $MVN_ARGS -DskipTests -s ./.azure/scripts/settings.xml -pl ./,test,crd-annotations,crd-generator,api -P ossrh deploy

rm -rf signing.gpg
gpg --delete-keys
Expand Down

0 comments on commit f7162b0

Please sign in to comment.