Skip to content

Commit

Permalink
... (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Jul 1, 2020
1 parent b146909 commit 8a7bfc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting_started/setup_vm/roles/ccf_install/vars/common.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
workspace: "/tmp/"
ccf_ver: "latest"
ccf_tarball: "ccf.tar.gz"
ccf_suffix: "{{ 'latest/download' if ccf_ver == 'latest' else 'download/' + ccf_ver }}"
ccf_url: "https://github.com/microsoft/CCF/releases/ccf-{{ ccf_suffix }}/{{ ccf_tarball }}"
ccf_suffix: "{{ 'latest/download' if ccf_ver == 'latest' else 'download/ccf-' + ccf_ver }}"
ccf_url: "https://github.com/microsoft/CCF/releases/{{ ccf_suffix }}/{{ ccf_tarball }}"
ccf_prefix: "/opt/openenclave"

0 comments on commit 8a7bfc3

Please sign in to comment.