A trivial python project to observe drone in action.
Go to file
Matthias Neeracher 46dcb254b4
continuous-integration/drone/push Build is passing Details
Update README.md
2019-02-03 03:36:29 +01:00
.drone.yml Update README.md 2019-02-03 03:36:29 +01:00
.gitignore Initial commit 2019-02-02 22:51:30 +00:00
LICENSE Initial commit 2019-02-02 22:51:30 +00:00
README.md Update README.md 2019-02-03 03:36:29 +01:00
requirements.txt Needs to add pytest as requirement 2019-02-03 01:18:57 +01:00
test_good.py Created initial example 2019-02-03 00:34:34 +01:00

README.md

Drone Tutorial: Python

This is a trivial Python project to observe the Drone Continuous Delivery platform in action.

Usage

  • Clone this project
  • Set up a corresponding project on the Drone-equipped Git platform you want to try.
  • Push the master branch to your own project.
  • Log into drone. You should see a build getting created and succeeding.
  • Push the bad_test branch to your own project.
  • You should see a drone build getting created, and failing in the test stage.

License

This is CC0 licensed. Adapt it to whatever purpose you want. Have fun.

microtherion@gmail.com 2019-02-02