Skip to content

Commit

Permalink
feat: make cf_dir available in engine
Browse files Browse the repository at this point in the history
- Provide the cf_dir to the engine so that it can
be used when generating deployment contracts
  • Loading branch information
roleyfoley committed Feb 14, 2024
1 parent 8278eb0 commit 3230980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/createTemplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ function process_template_pass() {

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

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

0 comments on commit 3230980

Please sign in to comment.