Skip to content

Commit ab83c28

Browse files
use trdl for install d8 cli
Signed-off-by: Nikita Korolev <[email protected]>
1 parent 58c1f70 commit ab83c28

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.github/workflows/nightly_e2e_tests_ceph.yaml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,22 @@ jobs:
5151
echo "Install ginkgo"
5252
GINKGO_VERSION=$(go list -f '{{.Version}}' -m github.com/onsi/ginkgo/v2)
5353
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
6070

6171
- uses: azure/k8s-set-context@v4
6272
with:

0 commit comments

Comments
 (0)