Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(apm-agent-go): always diff against the remote branch #3064

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

kruskall
Copy link
Member

the check fails if we're targeting a branch that is not the default branch.
Since we run git fetch before the diff, we know for a fact that the remote branch exist so just specify the remote and use the remote branch in the diff.

the check fails if we're targeting a branch that is not the default
branch.
Since we run git fetch before the diff, we know for a fact that
the remote branch exist so just specify the remote and use the
remote branch in the diff.
Copy link

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

@kruskall kruskall changed the title fix: always diff against the remote branch fix(apm-agent-go): always diff against the remote branch Sep 11, 2024
@bmorelli25 bmorelli25 enabled auto-merge (squash) September 11, 2024 19:23
@bmorelli25 bmorelli25 merged commit 1439496 into elastic:master Sep 11, 2024
5 checks passed
@kruskall kruskall deleted the fix/lazy-build-branch branch September 11, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants