Skip to content

Commit

Permalink
Merge pull request #144 from IABTechLab/bmz-UID2-4774-copy-operator-c…
Browse files Browse the repository at this point in the history
…onfig.json-file

Copy operator-config.json file into core config file dir
  • Loading branch information
BehnamMozafari authored Feb 4, 2025
2 parents 360ae38 + 631d5b1 commit 193dad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/prepare_resources_for_e2e_docker_compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ if [ ${OPERATOR_TYPE} == "public" ]; then
cp "${OPERATOR_ROOT}/conf/local-e2e-docker-${OPERATOR_TYPE}-config.json" "${OPERATOR_CONFIG_FILE_DIR}/local-e2e-docker-config.json"
fi

mkdir -p "${CORE_CONFIG_FILE_DIR}"
mkdir -p "${CORE_CONFIG_FILE_DIR}/operator"
cp "${CORE_ROOT}/conf/default-config.json" "${CORE_CONFIG_FILE_DIR}"
cp "${CORE_ROOT}/conf/local-e2e-docker-config.json" "${CORE_CONFIG_FILE_DIR}"
cp "${CORE_ROOT}/conf/operator/operator-config.json" "${CORE_CONFIG_FILE_DIR}/operator"
cp -r "${ADMIN_ROOT}/src/main/resources/localstack" "${CORE_RESOURCE_FILE_DIR}"

mkdir -p "${OPTOUT_CONFIG_FILE_DIR}"
Expand Down

0 comments on commit 193dad9

Please sign in to comment.