Skip to content

Commit

Permalink
Merge pull request #563 from Zemnmez/typescript-only-release
Browse files Browse the repository at this point in the history
typescript only release
  • Loading branch information
Zemnmez committed Jul 14, 2022
2 parents 1c7e8a0 + 55db51a commit 2c2e452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
13 changes: 3 additions & 10 deletions deploy/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,7 @@ nodejs_binary(
] + ["$(rootpaths " + tag + ")" for (name, tag) in BUILD_ARTIFACTS.items()],
)

sh_binary(
alias(
name = "deploy",
srcs = ["deploy.sh"],
data = [
"//deploy:release",
],
env = {
"RELEASE": "$(location //deploy:release)",
},
deps = ["@bazel_tools//tools/bash/runfiles"],
)
actual = "release"
)
14 changes: 0 additions & 14 deletions deploy/deploy.sh

This file was deleted.

0 comments on commit 2c2e452

Please sign in to comment.