Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed Jul 2, 2012
1 parent e9eb653 commit 62ee63e
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -143,6 +143,9 @@ public Map<String, String> getMergedVariables(Map<String, String> infraEnvVars,
Map<String, String> groovyMapEnvVars,
Map<String, String> contribEnvVars) {

//0-- Pre-resolve infraEnv vars
resolveVars(infraEnvVars, infraEnvVars);

//1--Resolve properties against infraEnvVars
resolveVars(propertiesEnvVars, infraEnvVars);

Expand Down

0 comments on commit 62ee63e

Please sign in to comment.