Skip to content

Commit

Permalink
jumpstart travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ritambanik committed Nov 26, 2018
1 parent 04a31c1 commit 7ff0aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/pivotal/pal/tracker/EnvController.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public EnvController(@Value("${PORT:NOT SET}") String port,
@Value("${MEMORY_LIMIT:NOT SET}") String memoryLimit,
@Value("${CF_INSTANCE_INDEX:NOT SET}") String cfInstanceIndex,
@Value("${CF_INSTANCE_ADDR:NOT SET}") String cfInstanceAddr) {

env.put("PORT", port);
env.put("MEMORY_LIMIT", memoryLimit);
env.put("CF_INSTANCE_INDEX", cfInstanceIndex);
Expand Down

0 comments on commit 7ff0aae

Please sign in to comment.