Revert "releaser: get redirects from files instead of env vars"

This commit is contained in:
David Karlsson
2024-11-06 09:32:12 +01:00
committed by GitHub
parent b6abee8015
commit 0f5193a86f
3 changed files with 18 additions and 14 deletions

View File

@@ -12,5 +12,4 @@
{{- $redirects.SetInMap "paths" . $target -}}
{{- end -}}
{{- end -}}
{{- $opts := dict "noHTMLEscape" true }}
{{- $redirects.Get "paths" | jsonify $opts }}
{{ $redirects.Get "paths" | jsonify }}