Revision f230a1cf deps/v8/tools/merge-to-branch.sh

View differences:

deps/v8/tools/merge-to-branch.sh
229 229
  git checkout $BRANCHNAME \
230 230
    || die "cannot ensure that the current branch is $BRANCHNAME"
231 231
  wait_for_lgtm
232
  git cl dcommit || die "failed to commit to $MERGE_TO_BRANCH"
232
  PRESUBMIT_TREE_CHECK="skip" git cl dcommit \
233
    || die "failed to commit to $MERGE_TO_BRANCH"
233 234
fi
234 235

  
235 236
let CURRENT_STEP+=1

Also available in: Unified diff