Release scripts for repos, images, OOM, refs
[policy/parent.git] / integration / src / release_scripts / mkart.sh
index ed27852..48a368e 100755 (executable)
@@ -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.
@@ -35,6 +36,8 @@
 # can get through the firewall.
 #
 
+set -e
+
 has_docker_images=false
 
 if [ "$1" == "-d" ]