Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
anchor_1: &job_defaults
working_directory: ~/ng
docker:
- image: angular/ngcontainer:0.0.7
- image: angular/ngcontainer:0.1.0

# After checkout, rebase on top of master.
# Similar to travis behavior, but not quite the same.
Expand Down
7 changes: 4 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ sass_repositories()
git_repository(
name = "build_bazel_rules_typescript",
remote = "https://github.com/bazelbuild/rules_typescript.git",
tag = "0.6.0",
commit = "89d2c75066bea3d9c942f29dd1d2ea543c58d6d5",
)

load("@build_bazel_rules_typescript//:defs.bzl", "ts_repositories")
ts_repositories()
# Setup TypeScript Bazel workspace
load("@build_bazel_rules_typescript//:setup.bzl", "ts_setup_workspace")
ts_setup_workspace()

# Add Angular rules
local_repository(
Expand Down