Release script, do not exit in case of error.

This commit is contained in:
Benoit Marty 2023-08-16 16:55:49 +02:00
parent f2d1658ffa
commit 028ee3a796

View file

@ -16,8 +16,8 @@
# limitations under the License. # limitations under the License.
# #
# exit when any command fails # do not exit when any command fails (issue with git flow)
set -e set +e
printf "\n================================================================================\n" printf "\n================================================================================\n"
printf "| Welcome to the release script! |\n" printf "| Welcome to the release script! |\n"