Skip to content
Snippets Groups Projects
Commit daa29010 authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by k8s-ci-robot
Browse files

Fix helper script to refer to admin.conf as relative path (#3738)

parent b4eb2519
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
copy: copy:
content: | content: |
#!/bin/bash #!/bin/bash
kubectl --kubeconfig=admin.conf $@ kubectl --kubeconfig=${BASH_SOURCE%/*}/admin.conf $@
dest: "{{ artifacts_dir }}/kubectl.sh" dest: "{{ artifacts_dir }}/kubectl.sh"
mode: 0755 mode: 0755
become: no become: no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment