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
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Right now we use 'main' as the commit when updating:
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/0087046281afca6f7607703841fd8cecbc778dae/Makefile#L5-L6
This is troublesome if there are pushes to main while the update-otel is
running, or just in general since we go via the Go proxy and sometimes
the latest commit has not been chached. This changes things so that we
use a fixed commit from the checkout.
0 commit comments