From 937256795c7cbcd66b8fbc68622e530bfc480133 Mon Sep 17 00:00:00 2001 From: Rudraksh Pareek Date: Tue, 31 May 2022 12:49:17 +0530 Subject: [PATCH] update ci Signed-off-by: Rudraksh Pareek --- .github/workflows/ci-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 7db5e80f93..62d4fdfcbb 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -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