From 4c6dbce946f66eb0ce1e261f8c4a06510cc52bbf Mon Sep 17 00:00:00 2001 From: Bryce Larson Date: Tue, 10 Dec 2019 16:44:48 -0700 Subject: [PATCH] add documentation on updating the .drone.yml file --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index b49384b..b2ed30c 100644 --- a/README.rst +++ b/README.rst @@ -437,6 +437,18 @@ The ``Dockerfile`` here inherits the Ubuntu 14.04 public image with Upstart conf system. Use it as an example or starting point of how to make your own Docker images with suitable Salt components, custom configurations, and even `pre-accepted Minion keys`_ already installed. +Updating Drone Pipelines +======================== + +You should install and configure the drone-cli as shown here: https://docs.drone.io/cli/install/ + +Make edits to .drone.jsonnet and then save them into the .drone.yml by doing the following: + +.. code:: console + + drone jsonnet --format --stream + drone sign saltstack/salt-bootstrap --save + .. _Contributing Guidelines: https://github.com/saltstack/salt-bootstrap/blob/develop/CONTRIBUTING.md .. _Docker: https://www.docker.com/ .. _`pre-accepted Minion keys`: https://docs.saltstack.com/en/latest/topics/tutorials/preseed_key.html