From 7e56f0389be94083161e0638dcb2344097b8bab1 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Sun, 18 Jun 2023 20:09:25 +0200 Subject: [PATCH] ci/docs: fixup incorrect spacing around console block Fixes: dcf5dfbbf8d3 ("ci: implement farms handling trough files inside .ci-farms") Signed-off-by: David Heidelberg Part-of: --- docs/ci/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/ci/index.rst b/docs/ci/index.rst index 0c30e49610c..14d50c409ad 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -59,14 +59,16 @@ Farm management Never mix farm maintenance with any other change in the same merge request! When the farm starts failing for any reason (power, network, out-of-space), it needs to be disabled by pushing separate MR with + .. code-block:: console - git mv .ci-farm{,-disabled}/$farm_name` + git mv .ci-farm{,-disabled}/$farm_name After farm restore functionality can be enabled by pushing a new merge request, which contains + .. code-block:: console - git mv .ci-farm{-disabled,}/$farm_name` + git mv .ci-farm{-disabled,}/$farm_name Application traces replay