We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de213d commit 9eba054Copy full SHA for 9eba054
integration-tests/src/test/resources/build_push_operator_image.sh
@@ -43,6 +43,13 @@ if [ ! "$?" = "0" ] ; then
43
exit 1
44
fi
45
46
+mvn install
47
+if [ ! "$?" = "0" ] ; then
48
+ echo "mvn install failed"
49
+ exit 1
50
+fi
51
+
52
53
export JAR_VERSION="`grep -m1 "<version>" pom.xml | cut -f2 -d">" | cut -f1 -d "<"`"
54
echo IMAGE_NAME_OPERATOR $IMAGE_NAME_OPERATOR IMAGE_TAG_OPERATOR $IMAGE_TAG_OPERATOR JAR_VERSION $JAR_VERSION
55
0 commit comments