From 88dd0e648e96f9b6dfeab818ab518ff80b6ae2d4 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Wed, 29 Sep 2021 15:31:18 -0400 Subject: [PATCH] Force install of correct kustomize version in GHA --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 27ead7b3..5765f904 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,5 +43,6 @@ jobs: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1' run: | + sudo rm -f $(which kustomize) make kustomize KUSTOMIZE_PATH=$(readlink -f bin/kustomize) molecule test -s kind