Commit e25205d1 authored by Alex Dadgar's avatar Alex Dadgar
Browse files

Remove updatedeps from vagrant file

parent 7a19f4de
Showing with 1 addition and 3 deletions
+1 -3
...@@ -61,9 +61,7 @@ sudo service docker restart ...@@ -61,9 +61,7 @@ sudo service docker restart
sudo usermod -aG docker vagrant sudo usermod -aG docker vagrant
# Setup Nomad for development # Setup Nomad for development
cd /opt/gopath/src/github.com/hashicorp/nomad && make updatedeps cd /opt/gopath/src/github.com/hashicorp/nomad && make bootstrap
# Install gox
go get github.com/mitchellh/gox
# CD into the nomad working directory when we login to the VM # 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 grep "cd /opt/gopath/src/github.com/hashicorp/nomad" ~/.profile || echo "cd /opt/gopath/src/github.com/hashicorp/nomad" >> ~/.profile
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment