A trivial python project to observe drone in action.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Matthias Neeracher 46dcb254b4 Update README.md il y a 4 ans
.drone.yml Update README.md il y a 4 ans
.gitignore Initial commit il y a 4 ans
LICENSE Initial commit il y a 4 ans
README.md Update README.md il y a 4 ans
requirements.txt Needs to add pytest as requirement il y a 4 ans
test_good.py Created initial example il y a 4 ans

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