Skip to content

Commit

Permalink
fix: set go proxy parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
justenwalker committed Mar 28, 2021
1 parent 6260cd6 commit 26567dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ public void execute() throws java.lang.Exception {
env.put("CONCORD_ORG_NAME", config.orgName());
env.put("CONCORD_PROCESS_ID", config.processId());
env.put("CONCORD_WORKING_DIRECTORY", config.workingDirectory().toString());
params.setGoEnvironment(env);
log.info("======== BEGIN GOODWILL TASK: {} ========", taskName);
exec(env, goodwillBin.getAbsolutePath(), taskName);
log.info("======== END GOODWILL TASK: {} ========", taskName);
Expand Down

0 comments on commit 26567dc

Please sign in to comment.