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

oardocker exec doesn't propagate error code #55

Open
bpogodzinski opened this issue Apr 9, 2020 · 1 comment
Open

oardocker exec doesn't propagate error code #55

bpogodzinski opened this issue Apr 9, 2020 · 1 comment
Labels

Comments

@bpogodzinski
Copy link

Screenshot_2020_04_08-13_40_39

This makes using oardocker in CI testing useless.

@augu5te
Copy link
Contributor

augu5te commented Apr 9, 2020

You can use following as workaround:
docker exec -it $(docker ps | grep frontend | awk '{print $1}') false && echo "Success" || echo "Failure"

@augu5te augu5te added the bug label Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants