Skip to content

Commit

Permalink
added Gitee's documentation links for both SSH and GPG signing
Browse files Browse the repository at this point in the history
Signed-off-by: Sourabh Tiwari <[email protected]>
  • Loading branch information
Sourabh7iwari committed Dec 2, 2024
1 parent 2801971 commit 17bd784
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/daytona/config/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ func GetDocsLinkForCommitSigning(providerId string) string {
return "https://learn.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate?view=azure-devops"
case "aws-codecommit":
return "https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-ssh-unixes.html"
case "gitee":
return "https://gitee.com/help/articles/4181 and for GPG signing see https://gitee.com/help/articles/4248"
default:
return ""
}
Expand Down

0 comments on commit 17bd784

Please sign in to comment.