-
Notifications
You must be signed in to change notification settings - Fork 13
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
Run scripts from Makefile #1402
Conversation
b5aab9e
to
6061242
Compare
- craete Makefile - remove mesg-tools and require-mesg-tools scripts - move build-engine to Dockerfile - remove go-bindata from Dockefile.tools - require changelog arg - remove Dockerfile.dev - move dev to scripts dir
6061242
to
a4aec86
Compare
Codecov Report
@@ Coverage Diff @@
## dev #1402 +/- ##
=======================================
Coverage 62.94% 62.94%
=======================================
Files 41 41
Lines 1773 1773
=======================================
Hits 1116 1116
Misses 558 558
Partials 99 99 Continue to review full report at Codecov.
|
Move advance version tagging from makefile to circleci
Co-Authored-By: Nicolas Mahé <nicolas@mesg.com>
fi | ||
|
||
# create mesg data folder on host machine | ||
mkdir -p $MESG_PATH |
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.
this is still important!
b978bb6
to
cb674d0
Compare
close #1393
TODO: There is no option to pass an argument to dev script right now. I need to figure it out, but it will be done with YAML config update.
I think everything now is in Makefile and it's a lot cleaner