Only include git repos if in development machine
parent
84a09058d0
commit
feb8dbfb68
@ -1,6 +1,8 @@
|
|||||||
|
{{- $development := promptBoolOnce . "development" "is this a development environment [false]" -}}
|
||||||
{{- $hellotech := promptBoolOnce . "hellotech" "include work tools [false]" -}}
|
{{- $hellotech := promptBoolOnce . "hellotech" "include work tools [false]" -}}
|
||||||
{{- $include_legacy := promptBoolOnce . "include_legacy" "include old scripts [false]" -}}
|
{{- $include_legacy := promptBoolOnce . "include_legacy" "include old scripts [false]" -}}
|
||||||
|
|
||||||
[data]
|
[data]
|
||||||
|
development = {{ $development }}
|
||||||
hellotech = {{ $hellotech }}
|
hellotech = {{ $hellotech }}
|
||||||
include_legacy = {{ $include_legacy }}
|
include_legacy = {{ $include_legacy }}
|
||||||
|
Loading…
Reference in New Issue