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

Add fail_if_missing option #939

Open
Polexy opened this issue Jun 14, 2024 · 0 comments
Open

Add fail_if_missing option #939

Polexy opened this issue Jun 14, 2024 · 0 comments

Comments

@Polexy
Copy link

Polexy commented Jun 14, 2024

In case of some deps missing - relx successful build release

rebar3 release as prod
===> Verifying dependencies...
===> Analyzing applications...
...
===> There are missing function calls in the release.
===> Make sure all applications needed at runtime are included in the release.
...
===> Release successfully assembled: _build/default/rel/myapp


echo $?
0

so in case of build in ci/cd it may be useful to fail command if missing deps in relx

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