Revision f230a1cf deps/v8/tools/push-to-trunk.sh

View differences:

deps/v8/tools/push-to-trunk.sh
211 211
    };
212 212
    print $0;
213 213
  }' > "$CHANGELOG_ENTRY_FILE"
214
  git cl dcommit || die "'git cl dcommit' failed, please try again."
214
  PRESUBMIT_TREE_CHECK="skip" git cl dcommit \
215
    || die "'git cl dcommit' failed, please try again."
215 216
fi
216 217

  
217 218
let CURRENT_STEP+=1

Also available in: Unified diff