X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration%2Fsrc%2Frelease_scripts%2Fmkdock.sh;h=dfbee9f8fff277dd8411489f4a603e818393285b;hb=81c2c515c4c92cb77d7bc31eb2f2771ca2063216;hp=cd34fd1a1bbb3c524d62ca42f65578acbf281e84;hpb=1daae3e877d5446c7ec5dac4ca5f28ca1637e393;p=policy%2Fparent.git diff --git a/integration/src/release_scripts/mkdock.sh b/integration/src/release_scripts/mkdock.sh index cd34fd1a..dfbee9f8 100755 --- a/integration/src/release_scripts/mkdock.sh +++ b/integration/src/release_scripts/mkdock.sh @@ -5,6 +5,7 @@ # ONAP # ========================================================================= # Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. +# Modifications Copyright (C) 2022 Nordix Foundation. # ========================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -36,6 +37,8 @@ # can get through the firewall. # +set -e + if [ $# -lt 1 -o "$1" = "-?" ] then echo "arg(s): docker-container-name1 docker-container-name2 ..." >&2