From b0998d8c8a099665fced960684d21debbe400c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Mon, 21 Oct 2024 05:46:27 +0900 Subject: [PATCH] docs: document steps to update CI pipeline --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index caaa85a..00f05c0 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,13 @@ Original: Web Edition https://git.unlock-music.dev/um/web - Drag the encrypted file to `um.exe` (Tested on Windows) - Run: `./um [-o ] [-i] ` - Use `./um -h` to show help menu + +## Update CI pipeline + +1. Install [Drone CI binary](https://docs.drone.io/cli/install/) +2. Edit `.drone.jsonnet` +3. Update drone CI pipeline: + + ```sh + drone jsonnet --format --stream + ```