From fdfc74432610f1fd5f8cba5cfbae64a5c7241944 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Mon, 26 Feb 2024 10:37:19 +0100 Subject: [PATCH] up deduplicate loading of variables --- workflow_variables.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow_variables.sh b/workflow_variables.sh index d517643..294ddab 100644 --- a/workflow_variables.sh +++ b/workflow_variables.sh @@ -98,6 +98,6 @@ if [ -z ${load_only_once+x} ]; then source $WORKFLOW_PATH_PUBLIC/variables.sh -else - echo "pas premier chargement" +#else +# echo "pas premier chargement" fi