This repository was archived by the owner on Sep 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,13 @@ stages:
4040 # - deploying
4141
4242jobs :
43- # Both of these packages have external dependencies that will not always
43+ # All of these packages have external dependencies that will not always
4444 # pass at MASTER/HEAD for our mono repository. It's OK for these to fail and
4545 # not block the build.
4646 #
4747 # See https://github.com/dart-lang/angular/issues/1114.
4848 allow_failures :
49+ - env : PKG="examples/hacker_news_pwa"
4950 - env : PKG="examples/github_issues"
5051 - env : PKG="examples/registration_form"
5152
Original file line number Diff line number Diff line change @@ -40,12 +40,13 @@ stages:
4040 # - deploying
4141
4242jobs :
43- # Both of these packages have external dependencies that will not always
43+ # All of these packages have external dependencies that will not always
4444 # pass at MASTER/HEAD for our mono repository. It's OK for these to fail and
4545 # not block the build.
4646 #
4747 # See https://github.com/dart-lang/angular/issues/1114.
4848 allow_failures :
49+ - env : PKG="examples/hacker_news_pwa"
4950 - env : PKG="examples/github_issues"
5051 - env : PKG="examples/registration_form"
5152
You can’t perform that action at this time.
0 commit comments