hellgate/rebar.config.script
2016-03-02 18:50:50 +03:00

6 lines
168 B
Plaintext

case os:getenv("WERCKER_CACHE_DIR") of
false -> CONFIG;
[] -> CONFIG;
Dir -> lists:keystore(global_rebar_dir, 1, CONFIG, {global_rebar_dir, Dir})
end.