Remove updatedeps from vagrant file

This commit is contained in:
Alex Dadgar
2016-02-15 17:38:38 -08:00
parent 7a19f4de34
commit e25205d1ea

4
Vagrantfile vendored
View File

@@ -61,9 +61,7 @@ sudo service docker restart
sudo usermod -aG docker vagrant
# Setup Nomad for development
cd /opt/gopath/src/github.com/hashicorp/nomad && make updatedeps
# Install gox
go get github.com/mitchellh/gox
cd /opt/gopath/src/github.com/hashicorp/nomad && make bootstrap
# CD into the nomad working directory when we login to the VM
grep "cd /opt/gopath/src/github.com/hashicorp/nomad" ~/.profile || echo "cd /opt/gopath/src/github.com/hashicorp/nomad" >> ~/.profile