Remove updatedeps from vagrant file

This commit is contained in:
Alex Dadgar 2016-02-15 17:38:38 -08:00
parent 1a34066daa
commit 3192c332f1
1 changed files with 1 additions and 3 deletions

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