You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
josebarn baa64b9790 adding conditional publish for only master and rename integ test step in pipeline 7 years ago
api adding lifecycle hook for test exit 7 years ago
docker renamed dockerfile.test as ignore file conflicts 7 years ago
model added REST API and simple unit test - and compose starter, still WIP for integ test 7 years ago
script fixing flag issue on exit code inspect for docker compose 7 years ago
vendor fixing up dockerfile for build and added missing vendor 7 years ago
.drone.yml adding conditional publish for only master and rename integ test step in pipeline 7 years ago
.drone.yml.sig adding conditional publish for only master and rename integ test step in pipeline 7 years ago
.gitignore init 9 years ago
DOCS.md renaming README.md to DOCS.md 9 years ago
README.md updated with my drone build status 7 years ago
docker-compose.test.yml renamed dockerfile.test as ignore file conflicts 7 years ago
main.go build wants full github path for build, lets give it a try 7 years ago
main_test.go added REST API and simple unit test - and compose starter, still WIP for integ test 7 years ago

README.md

drone-with-go Build Status

An example of how to test Go code with Drone.

Inspect the .drone.yml file for details on the build steps for this simple go project.

Notice the .drone.sig is used to ensure secrets are not exposed; and the pipeline is split into multiple phases.