Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
Signed-off-by: Rudraksh Pareek <[email protected]>
  • Loading branch information
DelusionalOptimist committed May 30, 2022
1 parent c3fcffa commit 0bc9d13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
if [ $RUNTIME == "crio" ]; then
./contribution/self-managed-k8s/crio/install-crio.sh
RUNTIME=$RUNTIME crio --version
elif [ $RUNTIME == "containerd"]; then
# stop the running default containerd service so that k3s embedded
# containerd service can be used
sudo systemctl stop containerd.service
fi
RUNTIME=$RUNTIME ./contribution/k3s/install_k3s.sh
Expand Down

0 comments on commit 0bc9d13

Please sign in to comment.