Compare commits
2 commits
07018c13f8
...
d417ba6014
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d417ba6014 | ||
![]() |
654a8cd60c |
2 changed files with 3 additions and 2 deletions
|
@ -202,7 +202,8 @@ do_get_s3-releases() {
|
||||||
|
|
||||||
do_get_s3-callhome() {
|
do_get_s3-callhome() {
|
||||||
# Get the list of callhome bundles
|
# Get the list of callhome bundles
|
||||||
aws s3 ls --human-readable s3://vast-callhomebundle/
|
aws s3 ls --human-readable s3://vast-callhomebundle/ \
|
||||||
|
| sed -E 's|^[[:space:]]+[^[:space:]]+[[:space:]](.+)/$|\1|;'
|
||||||
}
|
}
|
||||||
|
|
||||||
do_get() {
|
do_get() {
|
||||||
|
|
|
@ -109,7 +109,7 @@ scriptTempDir={{ $scriptTempDir | quote }}
|
||||||
GITHUB_ACCESS_TOKEN={{- $githubToken | quote }}
|
GITHUB_ACCESS_TOKEN={{- $githubToken | quote }}
|
||||||
GITHUB_TOKEN={{- $githubToken | quote }}
|
GITHUB_TOKEN={{- $githubToken | quote }}
|
||||||
|
|
||||||
[style]
|
[data.style]
|
||||||
{{- if ($promptStyle) }}
|
{{- if ($promptStyle) }}
|
||||||
prompt={{- $promptStyle | quote }}
|
prompt={{- $promptStyle | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue