Updated kubectl.sh (#5156)

The script is not usable unless you are in the '.vagrant/provisioners/ansible/inventory/artifacts' folder.
This update makes this usable from anywhere.
This commit is contained in:
Richard Scott 2019-09-26 12:23:07 +01:00 committed by Kubernetes Prow Robot
parent 81cb302399
commit 75e4cc2fd9

View file

@ -101,7 +101,7 @@
copy:
content: |
#!/bin/bash
./kubectl --kubeconfig=${BASH_SOURCE%/*}/admin.conf $@
${BASH_SOURCE%/*}/kubectl --kubeconfig=${BASH_SOURCE%/*}/admin.conf $@
dest: "{{ artifacts_dir }}/kubectl.sh"
mode: 0755
become: no