From 17dc57faa827bda8a9b09cc488345c38c81425c0 Mon Sep 17 00:00:00 2001 From: Keyvan Date: Wed, 11 Sep 2024 12:07:57 +0200 Subject: [PATCH] Continue CI run when K3S has already been deleted --- .github/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 547b09d7..feed03c6 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -60,7 +60,7 @@ jobs: INSTALL_K3S_VERSION: ${{ matrix.K3S_VERSION }} K3S_KUBECONFIG_MODE: "644" run: | - /usr/local/bin/k3s-uninstall.sh + /usr/local/bin/k3s-uninstall.sh || true curl -sfL https://get.k3s.io | sh -s - --disable traefik --disable-helm-controller cp /etc/rancher/k3s/k3s.yaml ~/.kube/config