-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Vagrantfile #3
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3 +/- ##
======================================
Coverage 46.9% 46.9%
======================================
Files 11 11
Lines 307 307
======================================
Hits 144 144
Misses 152 152
Partials 11 11 Continue to review full report at Codecov.
|
Vagrantfile
Outdated
export PATH=/home/$USER/protoc/bin:$PATH:$GOROOT/bin:$GOPATH/bin | ||
# setup golang dir | ||
mkdir -p /home/$USER/go/src | ||
rm -rf /home/$USER/go1.9.1.linux-amd64.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change to go1.10.2.linux-amd64.tar.gz
61b2b62
to
9df10a5
Compare
@John-Lin @yarencheng @chenyunchen this vagrant is used for setup a friendly develop environment for vortex. |
@WakeupTsai also.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix the directory name |
9df10a5
to
cd7dea0
Compare
Sorry about that. |
Phstsai/node exporter readme Approved-by: Che Wei Lin <[email protected]> Approved-by: Hung-Wei Chiu <[email protected]> Former-commit-id: fec42ca552284137331d26f35a37c4596b5c9794 [formerly 3036a2e] Former-commit-id: 51d564d0dfbf48bdfd7dfe6b8f93eadd7ba52e24
Add Vagrantfile Former-commit-id: a172625814bd126dc2e21de44438da6a12de7658 [formerly 46963a2] Former-commit-id: 56f61c1dbe6657e6c9c8c1e30670723b1faccda8
Phstsai/node exporter readme Approved-by: Che Wei Lin <[email protected]> Approved-by: Hung-Wei Chiu <[email protected]> Former-commit-id: fec42ca552284137331d26f35a37c4596b5c9794 [formerly fec42ca552284137331d26f35a37c4596b5c9794 [formerly 3036a2e]] Former-commit-id: 51d564d0dfbf48bdfd7dfe6b8f93eadd7ba52e24 Former-commit-id: 869f7ac
Phstsai/node exporter readme Approved-by: Che Wei Lin <[email protected]> Approved-by: Hung-Wei Chiu <[email protected]>
No description provided.