From a8f691741bddb82211ed6b678b063ea589501034 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Sat, 25 Jun 2022 15:07:23 +0200 Subject: [PATCH] Added APISM running --- read_config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/read_config b/read_config index 408d712..24ffd1f 100755 --- a/read_config +++ b/read_config @@ -28,11 +28,12 @@ if [ ${read_config_sourced:-1} = "1" ]; then # include only once readonly PROGRAM=`basename $0` readonly WORKSPACE_DIR=workspace - GIT_CLONE_EXECUTED=0 - EXITCODE=$RC_SUCCESS CLONE_CUSTOMER_REPOSITORY=false + GIT_CLONE_EXECUTED=0 + APISM_RUNNING=0 + # read config file (JSON syntax) read_config() { local func="${FUNCNAME[0]}"