An open API service indexing awesome lists of open source software.

https://github.com/ifooth/drone-enhanced

drone-ci enhanced, pipeline as code complete solution for drone, support jsonnet, starlark, cron as your want
https://github.com/ifooth/drone-enhanced

drone drone-extension gitea go golang pipeline-as-code

Last synced: about 1 year ago
JSON representation

drone-ci enhanced, pipeline as code complete solution for drone, support jsonnet, starlark, cron as your want

Awesome Lists containing this project

README

          

# drone-enhanced

[drone-ci](https://www.drone.io/) enhanced, pipeline as code complete solution for drone, support jsonnet, starlark, cron as your want

[![Build Status](https://cloud.drone.io/api/badges/ifooth/drone-enhanced/status.svg)](https://cloud.drone.io/ifooth/drone-enhanced)
[![Go](https://github.com/ifooth/drone-enhanced/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/ifooth/drone-enhanced/actions/workflows/go.yml)

## Feature
- [x] support directory configs
- [x] support `yaml`, `jsonnet`, `starlark` mixed configuration
- [x] support filechange args for jsonnet, starlark
- [ ] support cron
- [ ] support all scm(include github, bitbucket, gitea)

## Similar projects
- [drone-tree-config](https://github.com/bitsbeats/drone-tree-config)
- [drone-convert-pathschanged](https://github.com/meltwater/drone-convert-pathschanged)