Ensure the release script will exist in case of failure.

This commit is contained in:
Benoit Marty 2023-07-21 12:51:10 +02:00
parent ce22aecbf2
commit 5eb70215a6

View file

@ -16,6 +16,9 @@
# limitations under the License.
#
# exit when any command fails
set -e
printf "\n================================================================================\n"
printf "| Welcome to the release script! |\n"
printf "================================================================================\n"