genlib/rebar.config.script
Andrew Mayorov ea85932ecf Harden build and fix a couple of specs (#2)
* Simplify and harden a build + fix emerged issues

* Make wildcard escaping rules more consistent

* Fix opaque retry type
2016-09-30 12:18:30 +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.