Skip to content
Snippets Groups Projects
Unverified Commit 0f5778a8 authored by Katleho Madisa's avatar Katleho Madisa
Browse files

SAR-313 Locating kubeconfig file

parent 178b04d4
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@ test: helm-pre-publish ## test the application on K8s
kubectl --namespace $(KUBE_NAMESPACE) logs $(TEST_RUNNER) | \
perl -ne 'BEGIN {$$on=0;}; if (index($$_, "~~~~BOUNDARY~~~~")!=-1){$$on+=1;next;}; print if $$on % 2;' | \
base64 -d | tar -xzf -; \
kubectl --namespace $(KUBE_NAMESPACE) delete pod $(TEST_RUNNER); \
cd /builds/U4A3yYGS/0/ska-telescope/ska-tango-images.tmp/; ls -a; cd -;kubectl --namespace $(KUBE_NAMESPACE) delete pod $(TEST_RUNNER); \
rm tests/post-deployment/tango_values.yaml; \
echo "Status set at \"$$status\" in ./Makefile test target"; \
exit $$status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment