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.
Joseph Barnett bd8a3f2ddd Merge pull request #3 from josebarn/pr-publish
PR - adding dockerfile and public publish
7 years ago
docker added publish step, and drone sig for secrets, plus dockerfile 7 years ago
.drone.yml updated drone with debug flag 7 years ago
.drone.yml.sig updated drone with debug flag 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
main.go init 9 years ago
main_test.go trying again 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.