Skip to content

Commit

Permalink
rootpath (#118)
Browse files Browse the repository at this point in the history
* try to use bazel node_modules for builds

* Use rootpaths for artifact locating
  • Loading branch information
Zemnmez authored May 4, 2022
1 parent 86fb264 commit a63257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/artifacts/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ nodejs_binary(
name = "release",
data = BUILD_ARTIFACTS.values(),
entry_point = "release.js",
templated_args = [name + "=" + "$(location " + tag + ")" for (name, tag) in BUILD_ARTIFACTS.items()],
templated_args = [name + "=" + "$(rootpaths " + tag + ")" for (name, tag) in BUILD_ARTIFACTS.items()],
)

0 comments on commit a63257c

Please sign in to comment.