Update kubernetes-cd.yml

This commit is contained in:
Cadey Ratio 2019-10-23 13:18:49 -04:00 committed by GitHub
parent 78e50f6ce0
commit 2348bd39fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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