woody_erlang/rebar.config.script

6 lines
168 B
Plaintext
Raw Normal View History

2016-04-14 07:40:33 +00:00
case os:getenv("WERCKER_CACHE_DIR") of
false -> CONFIG;
[] -> CONFIG;
Dir -> lists:keystore(global_rebar_dir, 1, CONFIG, {global_rebar_dir, Dir})
end.