Remove updatedeps from vagrant file
This commit is contained in:
parent
1a34066daa
commit
3192c332f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue