From f7162b01ac2b99c8fba544e3c1df74b2f405c7d7 Mon Sep 17 00:00:00 2001 From: Jakub Scholz Date: Fri, 14 Jan 2022 16:40:38 +0100 Subject: [PATCH] Release also the test module Signed-off-by: Jakub Scholz --- .azure/scripts/push-to-nexus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/scripts/push-to-nexus.sh b/.azure/scripts/push-to-nexus.sh index 9461aa89e2c..6fe00b33499 100755 --- a/.azure/scripts/push-to-nexus.sh +++ b/.azure/scripts/push-to-nexus.sh @@ -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