forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bazel] Use the
release
configs for the release tasks (SeleniumHQ#1…
…4423) Rather than passing `--stamp` everywhere, use a proper config so that we can easily add additional flags. I've broken out a `remote_release` config which builds things remotely and then downloads the artifacts given on the command line to the local machine. This only makes sense for targets which we do _not_ `run` (as `run` happens locally, so we'd need to rebuild any artifacts anyway) Co-authored-by: Diego Molina <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters