The `golang/github.com/drone/drone/shared/build/buildfile/Buildfile` is a package in the Drone CI system's repository on GitHub. It provides functionality for parsing and manipulating Drone CI build files, which are used to define the steps and settings for building and deploying projects. The `Buildfile` package allows developers to interact with these build files programmatically, enabling them to customize their build configurations and automate various tasks within the CI/CD pipeline.
Golang Buildfile - 30 examples found. These are the top rated real world Golang examples of github.com/drone/drone/shared/build/buildfile.Buildfile extracted from open source projects. You can rate examples to help us improve the quality of examples.