saritasa-nest / saritasa-devops-helm-charts

Various helm charts
0 stars 0 forks source link

feat: pipeline template fix #137

Closed rtest12 closed 3 weeks ago

rtest12 commented 1 month ago

Summary

Task: SD-373

In some rare cases, we have a situation where the folder exists but is empty, which breaks the build

Traceback
clean everything from /workspace/source/platform/env
rm: can't remove '/workspace/source/platform/env/BP_PHP_VERSION': No such file or directory
tekton ![Screenshot from 2024-10-11 11-33-22](https://github.com/user-attachments/assets/1ac7625f-09e0-4155-aae5-ad0589f1735a)

I've already applied it just for one test in the cluster

tekton ![Screenshot from 2024-10-11 11-38-14](https://github.com/user-attachments/assets/62e11be2-2386-42fe-8ee9-54e84444dd03)

The same code in tekton-pipelines