Skip to content

Commit 29da271

Browse files
committed
Release script, do not exit in case of error.
1 parent 8a62abe commit 29da271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/release/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# limitations under the License.
1717
#
1818

19-
# exit when any command fails
20-
set -e
19+
# do not exit when any command fails (issue with git flow)
20+
set +e
2121

2222
printf "\n================================================================================\n"
2323
printf "| Welcome to the release script! |\n"

0 commit comments

Comments
 (0)