process.env.CI = true

Hi, I am having problems to deploy because process.env.CI = true. I see this message: Treating warnings as errors because process.env.CI = true. How can I solve it?
4 Replies
Percy
Percy17mo ago
Project ID: c28866fd-5fa3-41e6-8ebd-1ab29b18f9c9
Percy
Percy17mo ago
Most CI servers set it automatically.
⚠️ experimental feature
Nicolás Bonder
Nicolás Bonder17mo ago
c28866fd-5fa3-41e6-8ebd-1ab29b18f9c9
Brody
Brody17mo ago
1) fix the warnings (ideal) 2) set CI = false in the service variables (less ideal)