aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2015-10-22 09:35:11 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-10-22 15:17:19 +0000
commit854b72dddb80a4c8da6bf0ac9dbd683951875541 (patch)
treee55cce6f32ed203070f60e2aa6ce8fbe70edc936 /WORKSPACE
parent16f10837a224df9d792cba563dbee138a0789cb7 (diff)
[jsonnet] Add jsonnet_to_json_test rule for testing Jsonnet code.
RELNOTES: [jsonnet] Add jsonnet_to_json_test rule for testing Jsonnet code. -- MOS_MIGRATED_REVID=106040951
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE3
1 files changed, 1 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 8e226bdad0..a72072df1a 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -60,11 +60,10 @@ new_http_archive(
build_file = "tools/build_defs/d/dmd.BUILD",
)
-new_git_repository(
+git_repository(
name = "jsonnet",
remote = "https://github.com/google/jsonnet.git",
tag = "v0.8.1",
- build_file = "tools/build_defs/jsonnet/jsonnet.BUILD",
)
new_http_archive(