Skip to content

Commit

Permalink
#3074: Fixed sub bullet points.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-gill committed Jun 19, 2024
1 parent 404b0f8 commit a648f6a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ in the ``[[COMPUTE]]`` section in the site-specific ``.cylc`` file in the

cylc stop recipe_test_workflow

#. Run the |RTW|; it is expected that the ``compare`` task will fail.
#. Run the |RTW|; it is expected that the ``compare`` task will fail::

cylc vip -O <site>

Expand All @@ -73,16 +73,16 @@ in the ``[[COMPUTE]]`` section in the site-specific ``.cylc`` file in the
``esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/opt/``
directory::

cp -r <directory_of_recipe_output_cycle_folder> <KGO_rootpath_folder>
``cp -r <directory_of_recipe_output_cycle_folder> <KGO_rootpath_folder>``

#. Change directory to the rootpath KGO directory::

cd <KGO_rootpath_directory>
``cd <KGO_rootpath_directory>``

#. Allow write permissions for all users on the directory and it's
subdirectories of the recipe you've added to the KGO folder.::
subdirectories of the recipe you've added to the KGO folder::

chmod a+w <the_directory_of_the_recipe_you_have_copied_into_the_KGO_folder>
``chmod a+w <the_directory_of_the_recipe_you_have_copied_into_the_KGO_folder>``

#. Stop any running ``recipe_test_workflow`` workflows::

Expand Down

0 comments on commit a648f6a

Please sign in to comment.