Skip to content

Commit

Permalink
feat: add cf_dir to engine (#374)
Browse files Browse the repository at this point in the history
* feat: add cf_dir to engine

- Provide the cf_dir to the engine so that it can
be included in deployment contracts

* feat: add segment ops dir
  • Loading branch information
roleyfoley authored Apr 4, 2024
1 parent e570c15 commit 05caf97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/createTemplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ function process_template_pass() {

# CMDB Root
[[ -n "${ROOT_DIR}" ]] && args+=("-r" "rootDir=${ROOT_DIR}")
[[ -n "${cf_dir}" ]] && args+=("-r" "cfDir=${cf_dir}" )
[[ -n "${SEGMENT_OPERATIONS_DIR}" ]] && args+=("-r" "segmentOperationsDir=${SEGMENT_OPERATIONS_DIR}")

# Starting layers
[[ -n "${DISTRICT_TYPE}" ]] && args+=("-r" "districtType=${DISTRICT_TYPE}")
Expand Down

0 comments on commit 05caf97

Please sign in to comment.