diff --git a/docs/ci/index.rst b/docs/ci/index.rst index 14d50c409ad..d49a619f777 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -61,14 +61,14 @@ Farm management 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-farms{,-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-farms{-disabled,}/$farm_name Application traces replay