From 3dcefd3d1d09c8636bfa72a9d3c8b8b51fbb0147 Mon Sep 17 00:00:00 2001 From: David Hassell Date: Wed, 6 Dec 2023 14:28:03 +0000 Subject: [PATCH] don't test tutorial when creating archive --- release_docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_docs b/release_docs index d7ba0f347..3fbfc39b5 100755 --- a/release_docs +++ b/release_docs @@ -38,7 +38,7 @@ zip cfdm_tutorial_files.zip *.nc cd - # Regerenate tutorial.py -if [[ $1 = "latest" ]] || [[ $1 = "archive" ]] ; then +if [[ $1 = "latest" ]] ; then ./test_tutorial_code fi