From 2348bd39fc4ab8c5efcd8c0f2d27bcd51927a049 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 23 Oct 2019 13:18:49 -0400 Subject: [PATCH] Update kubernetes-cd.yml --- .github/workflows/kubernetes-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml index 2127691..0b87d6c 100644 --- a/.github/workflows/kubernetes-cd.yml +++ b/.github/workflows/kubernetes-cd.yml @@ -65,11 +65,11 @@ jobs: - name: Ping Google uses: docker://lachlanevenson/k8s-kubectl with: - args: --kubeconfig=/github/workspace/.kubeconfig apply -f /github/workspace/k8s/job/yml + args: --kubeconfig=/github/workspace/.kubeconfig apply -f /github/workspace/k8s/job.yml - name: Sleep run: | sleep 5 - name: Don't Ping Google uses: docker://lachlanevenson/k8s-kubectl with: - args: --kubeconfig=/github/workspace/.kubeconfig delete -f /github/workspace/k8s/job/yml + args: --kubeconfig=/github/workspace/.kubeconfig delete -f /github/workspace/k8s/job.yml