Skip to content

Commit f7162b0

Browse files
committed
Release also the test module
Signed-off-by: Jakub Scholz <www@scholzj.com>
1 parent 2f55326 commit f7162b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/scripts/push-to-nexus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export GPG_TTY=$(tty)
55
echo $GPG_SIGNING_KEY | base64 -d > signing.gpg
66
gpg --batch --import signing.gpg
77

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

1010
rm -rf signing.gpg
1111
gpg --delete-keys

0 commit comments

Comments
 (0)