From 46dcb254b41448212a7c1f4acc1a0c9bc92544f7 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Sun, 3 Feb 2019 01:38:48 +0100 Subject: [PATCH] Update README.md --- .drone.yml | 3 --- README.md | 19 +++++++++++++++++-- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index b5951c7..7d020bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,3 @@ steps: commands: - pip install -r requirements.txt - pytest -trigger: - event: - - push diff --git a/README.md b/README.md index 3599a80..843e3b6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ -# drone-tutorial-python +# Drone Tutorial: Python -A trivial python project to observe drone in action. \ No newline at end of file +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