drone-git icon indicating copy to clipboard operation
drone-git copied to clipboard

Drone plugin for cloning Git repositories

Results 10 drone-git issues
Sort by recently updated
recently updated
newest added

I am working with this plugin in an environment where we are not permitted to use the root user in any internally authored containers. As such, I want to be...

This is based on PR #41. In `windows/clone.ps1` there is a comment > HACK: no clue how to set the PATH inside the Dockerfile, so am setting it here instead....

This PR is adding power support to drone-git component. I have setup the Qemu user on x86 architecture, so with the help of that we are able to build and...

If you attempt to run a drone job on s390x architecture, it uses the docker image from https://hub.docker.com/r/drone/git which includes arm64 and windows however s390x is missing. There are multiple...

Refer to the method 1 pull request for more information. Probably the first method is the simplest and easiest. Method 2 uses a pipeline of type "vm". Choose one or...

This is based on PR #40. The Dockerfile for the Windows Server 2022 image contains several lines that are not/no longer needed. 1. As is, the `PATH` contains the PowerShell...

Upgrade Git to latest version in Windows Dockerfiles. The motivation behind this PR is that we (Grafana Labs) are troubleshooting some differences between Git in CI and on local machines,...

We (Grafana Labs) have been having test failures on Windows due to automatic conversion of line endings to CRLF on Windows. I tracked it down to being caused by the...

The current plugin has some issues, when it comes to clone a repository via ssh instead of http(s): 1. As the ssh key is passed as environment variable and line...