Release script, do not exit in case of error.
This commit is contained in:
parent
8a62abe93e
commit
29da271357
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
# exit when any command fails
|
||||
set -e
|
||||
# do not exit when any command fails (issue with git flow)
|
||||
set +e
|
||||
|
||||
printf "\n================================================================================\n"
|
||||
printf "| Welcome to the release script! |\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue