Skip to content

Commit 6525d6d

Browse files
authored
fix: remove CI=1 suggestion (#17)
1 parent 8f60449 commit 6525d6d

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ command = "npm run build"
4343
publish = "build"
4444

4545
[build.environment]
46-
# do not show Cypress installation progress messages
47-
CI = 1.0
4846
# cache Cypress binary in local "node_modules" folder
4947
# so Netlify caches it
5048
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
@@ -67,8 +65,6 @@ To record test results and artifacts on Cypress Dashboard, set `record: true` pl
6765
command = "npm run build"
6866
publish = "build"
6967
[build.environment]
70-
# do not show Cypress installation progress messages
71-
CI = 1.0
7268
# cache Cypress binary in local "node_modules" folder
7369
# so Netlify caches it
7470
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
@@ -120,8 +116,6 @@ Run only a single spec or specs matching a wildcard
120116
command = "npm run build"
121117
publish = "build"
122118
[build.environment]
123-
# do not show Cypress installation progress messages
124-
CI = 1.0
125119
# cache Cypress binary in local "node_modules" folder
126120
# so Netlify caches it
127121
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"

netlify.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
command = "echo 'Netlify build command ...'"
55
publish = "public"
66
[build.environment]
7-
CI = "1"
87
TERM = "xterm"
98
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
109

0 commit comments

Comments
 (0)