https://github.com/dronestock/git
Drone持续集成Git插件,支持如下功能:1、内置Github加速;2、同时支持Push和Pull;3、支持SSH无密码连接;4、支持Tag打包;5、多仓库支持;5支持通用环境变量
https://github.com/dronestock/git
cd ci ci-cd drone git github pipeline
Last synced: 5 months ago
JSON representation
Drone持续集成Git插件,支持如下功能:1、内置Github加速;2、同时支持Push和Pull;3、支持SSH无密码连接;4、支持Tag打包;5、多仓库支持;5支持通用环境变量
- Host: GitHub
- URL: https://github.com/dronestock/git
- Owner: dronestock
- License: apache-2.0
- Created: 2021-10-12T01:03:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T23:19:52.000Z (10 months ago)
- Last Synced: 2025-08-09T21:39:09.853Z (6 months ago)
- Topics: cd, ci, ci-cd, drone, git, github, pipeline
- Language: Go
- Homepage:
- Size: 5.25 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# git
`Drone`持续集成`Git`插件,功能
- 内置`Github`加速
- 同时支持`Push`和`Pull`
- 支持`SSH`无密码连接
- 支持`Tag`打包
- 多仓库支持
- 支持通用环境变量
## 使用
非常简单,只需要在`.drone.yml`里增加配置
```yaml
clone:
disable: true
steps:
- name: 代码
image: ccr.ccs.tencentyun.com/dronestock/git
```
更多使用教程,请参考[使用文档](https://www.dronestock.tech/plugin/stock/git)
## 交流

## 捐助


## 感谢`Jetbrains`
本项目通过`Jetbrains开源许可IDE`编写源代码,特此感谢
[](https://www.jetbrains.com/?from=dronestock/cos)