Skip to content
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

Remove warning about .mesgingnore close #494 #498

Merged
merged 5 commits into from
Sep 27, 2018
Merged

Conversation

krhubert
Copy link
Contributor

close #494

@krhubert krhubert requested a review from a team September 25, 2018 08:45
Copy link
Member

@antho1404 antho1404 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't work.

The .mesgignore doesn't do anything which is totally fine but the the .dockerignore is ignored too and this is not good, try to create a service and put a dockerignore that ignore all the files and the service will start correctly anyway.

./dev-cli service init --dir=test
echo "index.js" >> test/.dockerignore
./dev-cli service dev test

We should do some real manual testing all the time to make sure that the feature is actually really working.

@krhubert
Copy link
Contributor Author

Done, sorry for that!

@antho1404 antho1404 merged commit aa32096 into dev Sep 27, 2018
@antho1404 antho1404 deleted the fix/rm-mesgignore branch September 27, 2018 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove warning about .mesgingnore
3 participants