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

Continuous Deployement fails to create dummy bundle (even if not specified in the info.json) #124

Closed
kelson42 opened this issue Nov 17, 2023 · 3 comments · Fixed by #125 or #134
Closed
Assignees
Labels

Comments

@kelson42
Copy link
Contributor

See for example https://github.com/kiwix/kiwix-android-custom/actions/runs/6896284617/job/18762066700#step:7:14.

If not specified, this part of the workflow should not be executed at all. You should probably run in the workflow something like jq '.app_name' dwds/info.json (don't forget to install the package for jq)

@kelson42
Copy link
Contributor Author

Still not fixed. See https://github.com/kiwix/kiwix-android-custom/actions/runs/7220135963

Please modify the workflow so this part is just not executed, see https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution

@MohitMaliFtechiz
Copy link
Collaborator

@kelson42 It is failing to install the jq, showing a permission_denied error.

Screenshot from 2023-12-15 17-28-24

@MohitMaliFtechiz
Copy link
Collaborator

@kelson42 I have placed a fix for it in #134. Now it is installing the jq correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment