ensure skaffold uses local cluster

This commit is contained in:
Daniel Sanche 2020-04-08 18:30:11 -07:00
parent fd739a066f
commit 1a6dce05f8

View file

@ -22,7 +22,8 @@ jobs:
kubectl get nodes kubectl get nodes
- name: Deploy From Source - name: Deploy From Source
run: | run: |
skaffold run skaffold config set --global local-cluster true
skaffold run --default-repo local
- name: Wait For Pods - name: Wait For Pods
timeout-minutes: 20 timeout-minutes: 20
run: | run: |