Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Dec 26, 2022
1 parent 0f5675d commit 4a7501e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install cri-dockerd
run: |
minikube cp install.sh /home/docker/install.sh
minikube ssh -- sudo bash -c "FORCE=y /home/docker/install.sh"
minikube ssh -- sudo bash /home/docker/install.sh
- name: Get pods
run: |
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else
fi

VERSION=${VERSION:-v0.2.0}
FORCE=${FORCE:-n}
FORCE=${FORCE:-y}

BIN_URL="https://github.com/Mirantis/cri-dockerd/releases/download/${VERSION}/cri-dockerd-${VERSION}-linux-${ARCH}.tar.gz"
CRI_SOCK="unix:///var/run/cri-dockerd.sock"
Expand Down

0 comments on commit 4a7501e

Please sign in to comment.