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 03b2b0d484
commit de7866be19

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"