From 1a6dce05f8566f869a39963ee02eb1ecf74c15ee Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Wed, 8 Apr 2020 18:30:11 -0700 Subject: [PATCH] ensure skaffold uses local cluster --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ee7657..4574b62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,8 @@ jobs: kubectl get nodes - name: Deploy From Source run: | - skaffold run + skaffold config set --global local-cluster true + skaffold run --default-repo local - name: Wait For Pods timeout-minutes: 20 run: |