File tree Expand file tree Collapse file tree 5 files changed +349
-1248
lines changed Expand file tree Collapse file tree 5 files changed +349
-1248
lines changed Original file line number Diff line number Diff line change @@ -20,26 +20,30 @@ branches:
20
20
- master
21
21
- 5.2.x
22
22
23
+ git :
24
+ depth : false
25
+ submodules : false
26
+
23
27
jobs :
24
28
include :
25
- - env : " MODE=lint"
26
- - env : " MODE=aot"
27
- - env : " MODE=payload"
28
- - env : " MODE=prerender"
29
- - env : " MODE=e2e"
29
+ # - env: "MODE=e2e"
30
30
- env : " MODE=saucelabs_required"
31
31
- env : " MODE=browserstack_required"
32
- - env : " MODE=travis_required"
33
- - env : " DEPLOY_MODE=build-artifacts"
34
- if : type = push
35
- - env : " DEPLOY_MODE=docs-content"
36
- if : type = push
37
- - env : " DEPLOY_MODE=screenshot-tool"
38
- if : type = cron
39
- - env : " DEPLOY_MODE=dashboard"
40
- if : type = cron
32
+ # - env: "MODE=lint"
33
+ # - env: "MODE=aot"
34
+ # - env: "MODE=payload"
35
+ # - env: "MODE=prerender"
36
+ # - env: "MODE=travis_required"
37
+ # - env: "DEPLOY_MODE=build-artifacts"
38
+ # if: type = push
39
+ # - env: "DEPLOY_MODE=docs-content"
40
+ # if: type = push
41
+ # - env: "DEPLOY_MODE=screenshot-tool"
42
+ # if: type = cron
43
+ # - env: "DEPLOY_MODE=dashboard"
41
44
# Closure Compiler CI check is temporarily disabled until a new version of
42
45
# the tool is released with https://github.com/google/closure-compiler/pull/2600
46
+ # if: type = cron
43
47
# - env: "MODE=closure-compiler"
44
48
env :
45
49
global :
You can’t perform that action at this time.
0 commit comments