diff --git a/tools/do_release.sh b/tools/do_release.sh index c6c0587ac2..333ce175c3 100755 --- a/tools/do_release.sh +++ b/tools/do_release.sh @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -euo pipefail - ROOT=$(pwd) if [ "$VTROOT" != "" ]; then ROOT=$VTROOT