Skip to content
Snippets Groups Projects
Commit f5caa702 authored by Adriaan de Beer's avatar Adriaan de Beer
Browse files

ST-456 bubble up exit status fix

parent 7222329b
No related branches found
No related tags found
No related merge requests found
...@@ -140,8 +140,8 @@ test: ## test the application on K8s ...@@ -140,8 +140,8 @@ test: ## test the application on K8s
perl -ne 'BEGIN {$$on=0;}; if (index($$_, "~~~~BOUNDARY~~~~")!=-1){$$on+=1;next;}; print if $$on % 2;' | \ perl -ne 'BEGIN {$$on=0;}; if (index($$_, "~~~~BOUNDARY~~~~")!=-1){$$on+=1;next;}; print if $$on % 2;' | \
base64 -d | tar -xzf -; \ base64 -d | tar -xzf -; \
kubectl --namespace $(KUBE_NAMESPACE) delete pod $(TEST_RUNNER); \ kubectl --namespace $(KUBE_NAMESPACE) delete pod $(TEST_RUNNER); \
rm ../post-deployment/tango_values.yaml rm ../post-deployment/tango_values.yaml; \
echo $$status echo "Status set at $$status"; \
exit $$status exit $$status
show: show:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment