Skip to content

Commit 1cf807c

Browse files
committed
fix(ci): remove non-existent gulp task from test_e2e_dart
The `build.http.example` task was removed from gulp and replaced by another task, but a reference to the task was not removed from `test_e2e_dart.sh`. Fixes angular#2509
1 parent 833048f commit 1cf807c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/ci/test_e2e_dart.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ function killServer () {
1616
serverPid=$!
1717

1818
./node_modules/.bin/gulp build.css.material&
19-
./node_modules/.bin/gulp build.http.example&
2019

2120
trap killServer EXIT
2221

0 commit comments

Comments
 (0)