Skip to content

Commit e0bb7df

Browse files
committed
set CI environment variable to true in Netlify and remove config for branch deploy [skip ci]
1 parent 6621b26 commit e0bb7df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

netlify.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ publish = "public"
33
command = "node_modules/.bin/gulp preview:build"
44

55
[build.environment]
6+
CI = "true"
67
NODE_VERSION = "10"
78

8-
[context.branch-deploy]
9-
command = "node_modules/.bin/gulp preview:build && node_modules/.bin/gulp --series build bundle:pack"
10-
119
[context.deploy-preview]
1210
command = "node_modules/.bin/gulp preview:build && node_modules/.bin/gulp --series build bundle:pack"
1311

0 commit comments

Comments
 (0)