Skip to content

Commit 9eba054

Browse files
committed
mvn install
1 parent 2de213d commit 9eba054

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

integration-tests/src/test/resources/build_push_operator_image.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ if [ ! "$?" = "0" ] ; then
4343
exit 1
4444
fi
4545

46+
mvn install
47+
if [ ! "$?" = "0" ] ; then
48+
echo "mvn install failed"
49+
exit 1
50+
fi
51+
52+
4653
export JAR_VERSION="`grep -m1 "<version>" pom.xml | cut -f2 -d">" | cut -f1 -d "<"`"
4754
echo IMAGE_NAME_OPERATOR $IMAGE_NAME_OPERATOR IMAGE_TAG_OPERATOR $IMAGE_TAG_OPERATOR JAR_VERSION $JAR_VERSION
4855

0 commit comments

Comments
 (0)