This commit is contained in:
Ettore Di Giacinto 2022-11-27 14:38:53 +00:00
parent fe7905688e
commit 487e05aa08

View File

@ -6,7 +6,7 @@ prelude:
{{ else }} {{ else }}
image: golang:1.18-alpine image: golang:1.18-alpine
prelude: prelude:
- apk add git curl openrc - apk add git curl openrc bash
{{ end }} {{ end }}
- curl -sfL https://get.k3s.io > installer.sh - curl -sfL https://get.k3s.io > installer.sh
steps: steps: