Commit ae3a617 1 parent 18cad08 commit ae3a617 Copy full SHA for ae3a617
File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 23
23
desc : Bootstrap apps into the Talos cluster
24
24
cmd : bash {{.SCRIPTS_DIR}}/bootstrap-apps.sh
25
25
preconditions :
26
+ - msg : Unsupported bash version, run `brew install bash` to upgrade
27
+ sh : ' {{if eq OS "darwin"}}test -f /opt/homebrew/bin/bash{{end}}'
26
28
- test -f {{.KUBECONFIG}}
27
29
- test -f {{.ROOT_DIR}}/.sops.yaml
28
30
- test -f {{.SCRIPTS_DIR}}/bootstrap-apps.sh
Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ tasks:
133
133
SED :
134
134
sh : which gsed || which sed
135
135
preconditions :
136
+ - msg : Unsupported sed version, run `brew install gsed` to upgrade
137
+ sh : ' {{if eq OS "darwin"}}test -f /opt/homebrew/bin/gsed{{end}}'
136
138
- test -d {{.ROOT_DIR}}/.github/tests
137
139
- test -d {{.ROOT_DIR}}/.taskfiles/template
138
140
- test -d {{.TEMPLATE_DIR}}
You can’t perform that action at this time.
0 commit comments