Skip to content

Commit

Permalink
Doc behaviour when applying properties for exec groups: properties fo…
Browse files Browse the repository at this point in the history
…r specific groups take precedence.
  • Loading branch information
quval committed Mar 1, 2021
1 parent bb997b3 commit da8952d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,8 @@ public ImmutableList<Artifact> getBuildInfo(BuildInfoKey key) throws Interrupted

/**
* Computes a map of exec properties given the execution platform, taking only properties in exec
* groups that are applicable to this action.
* groups that are applicable to this action. Properties for specific exec groups take precedence
* over properties that don't specify an exec group.
*/
private static ImmutableMap<String, String> computeExecProperties(
Map<String, String> targetExecProperties,
Expand Down

0 comments on commit da8952d

Please sign in to comment.