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

release-20.2: release: configure ssh key before using git #66019

Merged
merged 1 commit into from
Jun 3, 2021

Conversation

rail
Copy link
Member

@rail rail commented Jun 2, 2021

Backport 1/1 commits from #65943.

/cc @cockroachdb/release


In #65555 we added check to make sure we don't try to push the same tag
twice. The git ls-remote command, which uses ssh:// was missing a
step that configures the SSH key.

This patch configures SSH earlier in the process.

Release note: None

In cockroachdb#65555 we added check to make sure we don't try to push the same tag
twice. The `git ls-remote` command, which uses `ssh://` was missing a
step that configures the SSH key.

This patch configures SSH earlier in the process.

Release note: None
@rail rail requested a review from jlinder June 2, 2021 23:59
@rail rail self-assigned this Jun 2, 2021
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rail rail merged commit 2b29c39 into cockroachdb:release-20.2 Jun 3, 2021
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.

3 participants