We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e430f29 commit dbb9c9fCopy full SHA for dbb9c9f
modules/scf/gen_config.sh
@@ -1,11 +1,10 @@
1
#!/bin/bash
2
3
-. ./defaults.sh
4
. ../../include/common.sh
+. ./defaults.sh # Read build defaults
5
. .envrc
6
7
8
-info "Generating SCF config values"
9
if [ "${DEFAULT_STACK}" = "from_chart" ]; then
10
export DEFAULT_STACK=$(helm inspect helm/cf/ | grep DEFAULT_STACK | sed 's~DEFAULT_STACK:~~g' | sed 's~"~~g' | sed 's~\s~~g')
11
fi
0 commit comments