You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internal/task: clean up tagging commit selection logic
Clean up after the change to read the branch head later. Also fix a bug:
in the version tasks, we want to know exactly what commit we're tagging,
so we pass in the expected commit, and AwaitCL returns that if no CL was
necessary. But here we want to tag the latest branch head if there's no
CL necessary. So we need a different Await function.
For golang/go#48523.
Change-Id: I97f92b22d4f29edeb52d06c311fddaa6596da0c2
Reviewed-on: https://go-review.googlesource.com/c/build/+/444116
Reviewed-by: Dmitri Shuralyov <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Auto-Submit: Heschi Kreinick <[email protected]>
Run-TryBot: Heschi Kreinick <[email protected]>
0 commit comments