.bazelrc: Update 'strict_action_env' flag

For the rationale see the change in gerrit core [1].

IIUC:
- The reason that '--action_env=PATH' is required is npm (Issue 10372),
- which in turn was only needed because of PolyGerrit support,
- which was not available in earlier stable branches than stable-2.16
  for this plugin.
- From stable-3.0 onwards, delete-project is a core plugin and support
  for standalone builds were removed, and this Bazel flag isn't
  necessary any longer as it's taken from the main gerrit project.

This means that when merging this upwards to stable-3.0 and beyond, this
can be ignored.

[1]: https://gerrit-review.googlesource.com/c/gerrit/+/238112

Change-Id: Idad3a41eabb868b3f1b0f7115a90223105d64ee9
1 file changed
tree: b4e0763743c64dca6c58ea9a6e5fdb60c38b0e96
  1. .settings/
  2. gr-delete-repo/
  3. src/
  4. tools/
  5. .bazelignore
  6. .bazelrc
  7. .bazelversion
  8. .gitignore
  9. bazlets.bzl
  10. BUILD
  11. external_plugin_deps.bzl
  12. LICENSE
  13. plugin.html
  14. README.md
  15. WORKSPACE
README.md

Delete project plugin for Gerrit Code Review

A plugin which allows projects to be deleted from Gerrit via an SSH command, REST API or the Project settings screen.

Build Status