plugins/drone-pypi
to release a python package while getting its version from git. But as git is not installed on the plugin image, the pipeline fails
@3choBoomer no, if trigger
does not evaluate to true the pipeline does not execute. If you don't mind, how would you recommend rewriting this paragraph to make it more clear?
When you push code to your repository, open a pull request, or create a tag, your source control management system automatically sends a webhook to Drone which in turn triggers pipeline execution. Use the triggers section to limit pipeline execution.
unfortunately because I am so close to the project, I often don't realize when things are unclear. Having someone else summarize in their own words is often very helpful :)
{{ .Created }}
I get an integer. I know its probably the UNIX timestamp, but is there a way to get it in a human readable form?
drone build ls drone/hello-world --format="{{ time .Started }}"