From c20b90465ebf1b5043f6712a4b454acc21b7b4c8 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Mon, 19 Jun 2023 21:39:46 +1000 Subject: [PATCH] test ns --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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