mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
Remove updatedeps from vagrant file
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user