diff options
| author | Micah Anderson <micah@riseup.net> | 2017-04-27 14:16:32 -0400 |
|---|---|---|
| committer | Micah Anderson <micah@riseup.net> | 2017-04-27 14:16:32 -0400 |
| commit | 2b3e514fdd2fb386f58369345c07828872c2b27c (patch) | |
| tree | f95671ec6ad0200906df1f439d501b798bcadc88 | |
| parent | 467fbf1bea7f527ffbbc7bea23adea7f8942b416 (diff) | |
fix platform_directory_path based on output from failed build
| -rw-r--r-- | Leapfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ if ENV["USER"] == "cirunner" - @platform_directory_path = '../../leap_platform' + @platform_directory_path = '/builds/leap/platform' else @platform_directory_path = '../leap_platform' end |
