diff --git a/.drone.yml b/.drone.yml index 0936ad9..843bc7e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,6 +18,5 @@ steps: - cd /etc/k8s - git pull origin HITLER_DID_EVERYTHING_WRONG_EXCEPT_THE_STUFF_HE_DID_RIGHT - name: namespaces - commands: - - cd /etc/k8s - - su - hogweed1 -c "minikube kubectl -- apply -f ./namespaces" \ No newline at end of file + commands: + - su - hogweed1 -c "minikube kubectl -- apply -f /etc/k8s/namespaces" \ No newline at end of file