Skip to content

Recursively replace all environment variables

Matthew Clarkson requested to merge environment-variables into main

We previously:

  • only replaced environment variables in .bazelrc.ci not in any imported run commands
  • only replaced environment variables that we're listed in the variables component input

These restrictions are now lifted. All imported files receive replacements and they can reference any environment variable.

Warnings are still created when a .bazelrc references an environment variable that does not exist.

Edited by Matthew Clarkson

Merge request reports

Loading