Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Clone URI defaults to HTTPS when an SSH private key is set #205

Description

@silverlyra

Describe the bug
The uri in the source configuration defaults to https://github.com/…, even when private_key is set.

To Reproduce

resource_types:
- name: pull-request
  type: docker-image
  source:
    repository: jtarchie/pr
resources:
- name: pr
  type: pull-request
  source:
    access_token: ((github-token))
    private_key: ((deploy-key))
    repo: 

Expected behavior
uri should default to git@github.com/(repo).git

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions