Skip to content

Commit 494b553

Browse files
committed
Sync fabric-ca folder if it exists
Change-Id: Icf82db9e8f3be8236e5cd228a1389537a400e476 Signed-off-by: Arnaud J Le Hors <[email protected]>
1 parent 0e5b8a2 commit 494b553

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devenv/Vagrantfile

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Vagrant.configure('2') do |config|
4343
config.vm.synced_folder "..", "#{SRCMOUNT}"
4444
config.vm.synced_folder "..", "/opt/gopath/src/github.com/hyperledger/fabric"
4545
config.vm.synced_folder ENV.fetch('LOCALDEVDIR', ".."), "#{LOCALDEV}"
46+
if File.exist?("../../fabric-ca")
47+
config.vm.synced_folder "../../fabric-ca", "/opt/gopath/src/github.com/hyperledger/fabric-ca"
48+
end
4649

4750
config.vm.provider :virtualbox do |vb|
4851
vb.name = "hyperledger"

0 commit comments

Comments
 (0)