Index: tools/push-to-trunk.sh |
diff --git a/tools/push-to-trunk.sh b/tools/push-to-trunk.sh |
index 8512d128778d4cad7b26d6c5c5b7bc44f70a7341..c91cd19f9a730b3f2573e32ef797d85e9822db94 100755 |
--- a/tools/push-to-trunk.sh |
+++ b/tools/push-to-trunk.sh |
@@ -211,7 +211,8 @@ if [ $START_STEP -le $CURRENT_STEP ] ; then |
}; |
print $0; |
}' > "$CHANGELOG_ENTRY_FILE" |
- git cl dcommit || die "'git cl dcommit' failed, please try again." |
+ PRESUBMIT_TREE_CHECK="skip" git cl dcommit \ |
+ || die "'git cl dcommit' failed, please try again." |
fi |
let CURRENT_STEP+=1 |