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 31, 2022
1 parent 0bc9d13 commit 9372567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
- name: Setup Enviroment
run: |
if [ $RUNTIME == "crio" ]; then
if [ "$RUNTIME" == "crio" ]; then
./contribution/self-managed-k8s/crio/install-crio.sh
RUNTIME=$RUNTIME crio --version
elif [ $RUNTIME == "containerd"]; then
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
Expand Down

0 comments on commit 9372567

Please sign in to comment.