diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2018-03-08 12:04:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-08 12:04:42 +0000 |
commit | 0c4ea1316979521b1d2dbd9b8e53a3cb5c233987 (patch) | |
tree | 57e52346099cbceccc80b0cbcf71c7d44c79e1b9 /nokiav2/deployment | |
parent | 2f016211f61b00d3a56a33fe42eefa75452b9773 (diff) | |
parent | 817338bc7da3127ff01e6736d284a081461f484b (diff) |
Merge "Fix sonar issues"
Diffstat (limited to 'nokiav2/deployment')
-rwxr-xr-x | nokiav2/deployment/src/main/resources/build_image.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |