MCPcopy Index your code
hub / github.com/nodejs/node / RunStep

Method RunStep

deps/v8/tools/release/roll_merge.py:193–197  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

191 MESSAGE = "Commit to the repository."
192
193 def RunStep(self):
194 self.GitCheckout(self.Config("BRANCHNAME"))
195 self.WaitForLGTM()
196 self.GitPresubmit()
197 self.vc.CLLand()
198
199
200class TagRevision(Step):

Callers

nothing calls this directly

Calls 5

GitCheckoutMethod · 0.80
ConfigMethod · 0.80
WaitForLGTMMethod · 0.80
GitPresubmitMethod · 0.80
CLLandMethod · 0.45

Tested by

no test coverage detected