Skip to content

Commit 193dad9

Browse files
Merge pull request #144 from IABTechLab/bmz-UID2-4774-copy-operator-config.json-file
Copy operator-config.json file into core config file dir
2 parents 360ae38 + 631d5b1 commit 193dad9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/prepare_resources_for_e2e_docker_compose.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ if [ ${OPERATOR_TYPE} == "public" ]; then
4141
cp "${OPERATOR_ROOT}/conf/local-e2e-docker-${OPERATOR_TYPE}-config.json" "${OPERATOR_CONFIG_FILE_DIR}/local-e2e-docker-config.json"
4242
fi
4343

44-
mkdir -p "${CORE_CONFIG_FILE_DIR}"
44+
mkdir -p "${CORE_CONFIG_FILE_DIR}/operator"
4545
cp "${CORE_ROOT}/conf/default-config.json" "${CORE_CONFIG_FILE_DIR}"
4646
cp "${CORE_ROOT}/conf/local-e2e-docker-config.json" "${CORE_CONFIG_FILE_DIR}"
47+
cp "${CORE_ROOT}/conf/operator/operator-config.json" "${CORE_CONFIG_FILE_DIR}/operator"
4748
cp -r "${ADMIN_ROOT}/src/main/resources/localstack" "${CORE_RESOURCE_FILE_DIR}"
4849

4950
mkdir -p "${OPTOUT_CONFIG_FILE_DIR}"

0 commit comments

Comments
 (0)