File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,22 @@ jobs:
51
51
echo "Install ginkgo"
52
52
GINKGO_VERSION=$(go list -f '{{.Version}}' -m github.com/onsi/ginkgo/v2)
53
53
go install "github.com/onsi/ginkgo/v2/ginkgo@${GINKGO_VERSION}"
54
-
55
- - name : Install Deckhouse-cli
56
- run : |
57
- echo "Install d8"
58
- curl -fsSL -o d8-install.sh https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/d8-install.sh
59
- bash d8-install.sh
54
+
55
+ - name : Setup d8
56
+ uses :
werf/trdl/actions/[email protected]
57
+ with :
58
+ repo : d8
59
+ url : https://deckhouse.ru/downloads/deckhouse-cli-trdl/
60
+ root-version : 1
61
+ root-sha512 : 343bd5f0d8811254e5f0b6fe292372a7b7eda08d276ff255229200f84e58a8151ab2729df3515cb11372dc3899c70df172a4e54c8a596a73d67ae790466a0491
62
+ group : 0
63
+ channel : stable
64
+
65
+ # - name: Install Deckhouse-cli
66
+ # run: |
67
+ # echo "Install d8"
68
+ # curl -fsSL -o d8-install.sh https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/d8-install.sh
69
+ # bash d8-install.sh
60
70
61
71
- uses : azure/k8s-set-context@v4
62
72
with :
You can’t perform that action at this time.
0 commit comments