Skip to content

Commit

Permalink
Revert "fix: use consistent ids for postman (#189)"
Browse files Browse the repository at this point in the history
This reverts commit b1a4d55.
  • Loading branch information
jpoehnelt committed Aug 27, 2021
1 parent d6d6220 commit 07c03da
Show file tree
Hide file tree
Showing 4 changed files with 2,388 additions and 2,466 deletions.
10 changes: 1 addition & 9 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ nodejs_test(

openapi2postmanv2(
name = "postman",
outs = ["google-maps-platform-postman-raw.json"],
outs = ["google-maps-platform-postman.json"],
args = [
"--spec",
"$(location //:google-maps-platform-openapi3.json)",
Expand All @@ -115,13 +115,5 @@ openapi2postmanv2(
"//:google-maps-platform-openapi3.json",
"//:postman-config.json",
],
)

genrule(
name = "postman-stable",
srcs = [":google-maps-platform-postman-raw.json"],
outs = ["google-maps-platform-postman.json"],
cmd = "$(location //generator/postman:_stable_id_bin) --file $(location :google-maps-platform-postman-raw.json) --output $@",
tools = ["//generator/postman:_stable_id_bin"],
visibility = ["//visibility:public"],
)
Loading

0 comments on commit 07c03da

Please sign in to comment.