-
Notifications
You must be signed in to change notification settings - Fork 3
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
Deleting _grisp folder doesn't reextract OTP #9
Comments
Do you have the exact steps to reproduce this for us, please? |
|
Ah cool, easy to reproduce. Thanks for the quick response |
Could you give your rebar.config ? |
{deps, [grisp]}.
{erl_opts, [debug_info]}.
{plugins, [rebar3_grisp]}.
{grisp, [
{otp, [
{version, "23"}
]},
{deploy, [
{destination, "tmp/sd_card"}
% Shell script to run before deploying begins
% {pre_script, "rm -rf tmp/sd_card/*"}
% Shell script to run after deploying has finished
% {post_script, "umount tmp/sd_card"}
]}
]}.
{shell, [{apps, []}]}.
{relx, [
{release, {test_grisp, "0.1.0"}, [test_grisp]}
]}. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The source of the issue seems to be here:
grisp_tools/src/grisp_tools_deploy.erl
Lines 89 to 97 in 37b2b65
The text was updated successfully, but these errors were encountered: