Skip to content

Commit dbb9c9f

Browse files
committed
Consume generated default.sh to allow overrides
Otherwise we keep consuming modules defaults which are already generated
1 parent e430f29 commit dbb9c9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/scf/gen_config.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
#!/bin/bash
22

3-
. ./defaults.sh
43
. ../../include/common.sh
4+
. ./defaults.sh # Read build defaults
55
. .envrc
66

77

8-
info "Generating SCF config values"
98
if [ "${DEFAULT_STACK}" = "from_chart" ]; then
109
export DEFAULT_STACK=$(helm inspect helm/cf/ | grep DEFAULT_STACK | sed 's~DEFAULT_STACK:~~g' | sed 's~"~~g' | sed 's~\s~~g')
1110
fi

0 commit comments

Comments
 (0)