Skip to content

Commit

Permalink
Merge pull request #1087 from flibbertigibbet/bugfix/kak/fix-otp-ami-…
Browse files Browse the repository at this point in the history
…build#1086

Add back condition to graph copy
  • Loading branch information
flibbertigibbet authored Sep 26, 2018
2 parents 74821bb + 3962f93 commit 09a89d5
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 09a89d5

Please sign in to comment.