mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-26 00:50:41 -05:00
chore: skip Circle env canary check unless in Docker (#23467)
This commit is contained in:
@@ -83,7 +83,7 @@ async function checkReportFiles (filenames) {
|
||||
circleEnv = await readCircleEnv()
|
||||
} catch (err) {
|
||||
// set SKIP_CIRCLE_ENV to bypass, for local development
|
||||
if (!process.env.SKIP_CIRCLE_ENV) throw err
|
||||
if (!process.env.SKIP_CIRCLE_ENV && process.env.CI_DOCKER) throw err
|
||||
|
||||
circleEnv = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user