Hello world,
I have a blog (https://blog-ari-web.netlify.app) with a custom domain (https://blog.ari-web.xyz) and it’s generated by my custom python script and I also have some CI stuff set up and if it fails it’s basically useless build minutes used, so can I make netlify wait until this CI passes and then build the site using this command?
I have tried looking up and found nothing about it besides some errors on push or something
Maybe it’s not even a thing? Not sure, but still, how can I do it as the CI doesn’t pass 100% of the time and I just waste minutes of my netlify build time which builds up when trying to fix my issue that is making CI fail
Resources:
- Source code: GitHub - TruncatedDinosour/blog.ari-web.xyz: Undeprecated ari-web blogs
- Netlify command used for building: blog.ari-web.xyz/netlify.toml at main · TruncatedDinosour/blog.ari-web.xyz · GitHub
- Netlify site: https://blog-ari-web.netlify.app
- Custom domain: https://blog.ari-web.xyz
- Build script: blog.ari-web.xyz/blog at main · TruncatedDinosour/blog.ari-web.xyz · GitHub
thanks in advance <3