Fix: ci docker install (#6005)

Signed-off-by: Somefive <yd219913@alibaba-inc.com>
This commit is contained in:
Somefive
2023-05-17 19:59:59 +08:00
committed by GitHub
parent 208a4aed2d
commit c4bd532523
2 changed files with 3 additions and 2 deletions

View File

@@ -57,7 +57,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install make gcc jq ca-certificates curl gnupg -y
snap install docker
snap remove docker --purge || true
snap install docker --channel=core18/stable
snap install kubectl --classic
snap install helm --classic

View File

@@ -57,7 +57,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install make gcc jq ca-certificates curl gnupg -y
snap install docker
snap install docker --channel=core18/stable
snap install kubectl --classic
snap install helm --classic