This commit is contained in:
parent
f4f34c3267
commit
46dcb254b4
|
@ -7,6 +7,3 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pytest
|
- pytest
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
|
|
19
README.md
19
README.md
|
@ -1,3 +1,18 @@
|
||||||
# drone-tutorial-python
|
# Drone Tutorial: Python
|
||||||
|
|
||||||
A trivial python project to observe drone in action.
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user