Skip to content

Commit

Permalink
Continue CI run when K3S has already been deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvaann committed Sep 11, 2024
1 parent ca14ffa commit 17dc57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17dc57f

Please sign in to comment.