From 7f4cd19b357dacff232617bd79cf276d16435445 Mon Sep 17 00:00:00 2001 From: Eriks Zelenka Date: Sun, 30 Jun 2024 17:31:48 +0100 Subject: [PATCH] Fix typo --- .github/workflows/ci.yaml | 45 +++++++++++++------------------- .github/workflows/reviewdog.yaml | 2 ++ 2 files changed, 20 insertions(+), 27 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 377d6496..c481e7d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: env: # UPDATE_HERE # https://hub.docker.com/r/rancher/k3s/tags - K3S_VERSION: v1.30.2-k3s1 + K3S_VERSION: v1.30.0-k3s1 # https://github.com/helm-unittest/helm-unittest/releases HELM_UNITTEST_VERSION: 0.5.1 @@ -51,7 +51,6 @@ jobs: - name: Unit tests and envtest integration tests run: make test - # shellcheck disable=SC2086 - name: start k3d run: | docker version @@ -72,9 +71,8 @@ jobs: # k3d integration tests - name: In cluster integration tests run: | - GNUPGHOME="$(mktemp -d)" - export GNUPGHOME - cat >${GNUPGHOME}/foo <$GNUPGHOME/foo <