aboutsummaryrefslogtreecommitdiffstats
path: root/integration/src/release_scripts/mkart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'integration/src/release_scripts/mkart.sh')
-rwxr-xr-xintegration/src/release_scripts/mkart.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/integration/src/release_scripts/mkart.sh b/integration/src/release_scripts/mkart.sh
index ed278527..48a368ec 100755
--- a/integration/src/release_scripts/mkart.sh
+++ b/integration/src/release_scripts/mkart.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.
@@ -35,6 +36,8 @@
# can get through the firewall.
#
+set -e
+
has_docker_images=false
if [ "$1" == "-d" ]