File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
anchor_1 : &job_defaults
12
12
working_directory : ~/ng
13
13
docker :
14
- - image : angular/ngcontainer:0.0.7
14
+ - image : angular/ngcontainer:0.1.0
15
15
16
16
# After checkout, rebase on top of master.
17
17
# Similar to travis behavior, but not quite the same.
Original file line number Diff line number Diff line change @@ -26,11 +26,12 @@ sass_repositories()
26
26
git_repository (
27
27
name = "build_bazel_rules_typescript" ,
28
28
remote = "https://github.com/bazelbuild/rules_typescript.git" ,
29
- tag = "0.6.0 " ,
29
+ commit = "89d2c75066bea3d9c942f29dd1d2ea543c58d6d5 " ,
30
30
)
31
31
32
- load ("@build_bazel_rules_typescript//:defs.bzl" , "ts_repositories" )
33
- ts_repositories ()
32
+ # Setup TypeScript Bazel workspace
33
+ load ("@build_bazel_rules_typescript//:setup.bzl" , "ts_setup_workspace" )
34
+ ts_setup_workspace ()
34
35
35
36
# Add Angular rules
36
37
local_repository (
You can’t perform that action at this time.
0 commit comments