Go to file
Oly b5ead9e2a8 Updated readme 2018-03-06 09:04:05 +00:00
Dockerfile Initial version just show the env vars available 2018-03-06 08:56:26 +00:00
example.py Initial version just show the env vars available 2018-03-06 08:56:26 +00:00
readme.org Updated readme 2018-03-06 09:04:05 +00:00

readme.org

drone python example plugin

Very basic plugin, just lists out the environment variables available.

From here you can code what ever you want, the project is mounted to this container.

Building locally

docker build -t olymk2/drone-python-example .

Testing locally

You can run the plugin from docker with the command below, or just run python example.py outside the container.

docker run drone-python-example