Ensure the release script will exist in case of failure.
This commit is contained in:
parent
03b2b0d484
commit
de7866be19
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# exit when any command fails
|
||||||
|
set -e
|
||||||
|
|
||||||
printf "\n================================================================================\n"
|
printf "\n================================================================================\n"
|
||||||
printf "| Welcome to the release script! |\n"
|
printf "| Welcome to the release script! |\n"
|
||||||
printf "================================================================================\n"
|
printf "================================================================================\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue