Skip to content

Commit

Permalink
Add back condition to graph copy
Browse files Browse the repository at this point in the history
Do not attempt to copy back to host on production build.
Fixes #1086.
  • Loading branch information
flibbertigibbet committed Sep 26, 2018
1 parent 74821bb commit 3962f93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
when: test or (develop and not graph.stat.exists)

- name: Copy Built OTP Graph to Host (develop)
when: develop and graph_build|changed
synchronize:
mode: pull
src: "{{ otp_data_dir }}/Graph.obj"
Expand Down

0 comments on commit 3962f93

Please sign in to comment.