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

./install-microservices.sh script breaks when using git apply #233

Open
tomturnerdesign opened this issue Aug 12, 2019 · 0 comments
Open

Comments

@tomturnerdesign
Copy link

The shell script does this....

git clone https://github.com/redhat-developer-demos/istio-tutorial /root/projects/istio-tutorial -b katacoda

cp -Rvf /root/projects/istio-tutorial/recommendation/java/vertx /root/projects/istio-tutorial/recommendation-v2
git apply /root/recommendation-v2.diff --unsafe-paths --directory=/root/projects/istio-tutorial/

After git apply it gives this error:
fatal: corrupt patch at line 11

The effect, I think, is that the new container does not get the code change that changes v1 to v2. And thus the tutorial behaves poorly, printing out recommendation v1 instead of v2.

Specifically this tutorial.
https://learn.openshift.com/servicemesh/5-advanced-routerules

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

No branches or pull requests

1 participant