Closed vdemeester closed 5 years ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: vdemeester To fully approve this pull request, please assign additional approvers. We suggest the following additional approver: shashwathi
If they are not already assigned, you can assign the PR to them by writing /assign @shashwathi
in a comment when ready.
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Perhaps add this review too https://github.com/tektoncd/pipeline/pull/747
I think path
also need to be validated.
@vdemeester: The following test failed, say /retest
to rerun them all:
Test name | Commit | Details | Rerun command |
---|---|---|---|
pull-knative-build-integration-tests | 747e1cb046bb6a6e81d17065eadd3a12505af777 | link | /test pull-knative-build-integration-tests |
Full PR test history. Your PR dashboard.
Closing this as stale, please reopen if you think this is still something we should do.
Proposed Changes
git-init
may fail withprotocol ' https' is not supported
. This fixes that.Related to https://github.com/tektoncd/pipeline/pull/677 and https://github.com/tektoncd/pipeline/pull/750
Signed-off-by: Vincent Demeester vdemeest@redhat.com