mirror of
https://github.com/valitydev/genlib.git
synced 2024-11-06 09:15:23 +00:00
ea85932ecf
* Simplify and harden a build + fix emerged issues * Make wildcard escaping rules more consistent * Fix opaque retry type
6 lines
168 B
Plaintext
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.
|