From 22172fe87ca91a57e7cc8a5baf38b6f573d5c2ba Mon Sep 17 00:00:00 2001 From: TP Honey Date: Thu, 26 Aug 2021 09:57:04 +0100 Subject: [PATCH] Update readme.md --- .github/readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/readme.md b/.github/readme.md index 8b16d23d..9471a1e2 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -42,9 +42,6 @@ Our [documentation](http://docs.drone.io/getting-started/) can help you get star Plugins are used in build steps to perform actions, eg send a message to slack or push a container to a registry. We have an extensive list of community plugins to customize your build pipeline, you can find those [here](http://plugins.drone.io/). -
- - ### Example `.drone.yml` build file. This build file contains a single pipeline (you can have multiple pipelines too) that builds a go application. The front end with npm. Publishes the docker container to a registry and announces the results to a slack room.