Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
e25205d1
Commit
e25205d1
authored
9 years ago
by
Alex Dadgar
Browse files
Options
Download
Email Patches
Plain Diff
Remove updatedeps from vagrant file
parent
7a19f4de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Vagrantfile
+1
-3
Vagrantfile
with
1 addition
and
3 deletions
+1
-3
Vagrantfile
+
1
-
3
View file @
e25205d1
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help