Commit 9b623b4cbc5dc2e2e6dc4a46e935de21bdddeca9

Authored by Carlos Vieira
1 parent 09c6efe1
Exists in master

Sincronisma folder no Vagrant

Showing 2 changed files with 1 additions and 3 deletions   Show diff stats
@@ -11,4 +11,5 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| @@ -11,4 +11,5 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
11 if Vagrant.has_plugin?("vagrant-cachier") 11 if Vagrant.has_plugin?("vagrant-cachier")
12 config.cache.scope = :box 12 config.cache.scope = :box
13 end 13 end
  14 + config.vm.synced_folder ".", "/home/vagrant/barra-govbr"
14 end 15 end
@@ -15,6 +15,3 @@ export NVM_DIR="/home/"$(whoami)"/.nvm" @@ -15,6 +15,3 @@ export NVM_DIR="/home/"$(whoami)"/.nvm"
15 nvm install node 15 nvm install node
16 nvm alias default node 16 nvm alias default node
17 17
18 -rm -Rf barra-govbr/  
19 -GIT_SSL_NO_VERIFY=true git clone http://portal.softwarepublico.gov.br/gitlab/govbr/barra-govbr.git  
20 -