Hello guys,
I have some problems with deploying a new production version of my site to netlify. It works fine on localhost, but gives some nonsense errors on Netlify.
http://mp-dp-cop.netlify.app/ <---- Site
Logs : https://pastebin.com/MF18iz18
Please check what is wrong and then try to deploy it or something.
Thanks in advance
perry
June 16, 2020, 10:51pm
2
hi there, i think this is relevant for you:
Beginning on June 15, 2020 Netlify will start a gradual rollout of adding the environment variable CI to build environments, with the value of true . This environment variable, short for Continuous Integration, is commonly set in various CI environments like Travis CI and Github Actions, among many others. The ecosystem has largely agreed to use this environment setting to detect when a build is executing in a CI environment, as opposed to a local development environment.
This setting allows…
Thanks, now its working fine
1 Like