Added APISM running

This commit is contained in:
Gerhard Hoffmann 2022-06-25 15:07:23 +02:00
parent c229f7072c
commit a8f691741b

View File

@ -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]}"