Ensure the release script will exist in case of failure.
This commit is contained in:
parent
ce22aecbf2
commit
5eb70215a6
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue