From 817338bc7da3127ff01e6736d284a081461f484b Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Wed, 7 Mar 2018 12:54:19 +0100 Subject: Fix sonar issues Change-Id: If699a0d8ba39238ff8e559567c8c5d44fb1e1d7c Signed-off-by: Denes Nemeth Issue-ID: VFC-728 --- nokiav2/deployment/src/main/resources/build_image.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nokiav2/deployment/src/main') diff --git a/nokiav2/deployment/src/main/resources/build_image.sh b/nokiav2/deployment/src/main/resources/build_image.sh index 878e3672..24706f86 100755 --- a/nokiav2/deployment/src/main/resources/build_image.sh +++ b/nokiav2/deployment/src/main/resources/build_image.sh @@ -68,5 +68,7 @@ build_image if [ "a$2" != "apushImage" ]; then echo "Skipping image pushing" echo "If you would like to push the docker image by maven execute mvn package -Dexec.args=\"buildDocker pushImage\"" +else + echo "Pushing image" push_image fi -- cgit 1.2.3-korg