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

Update custom-apps.md #1346

Closed
wants to merge 1 commit into from
Closed

Conversation

malay-gondalia
Copy link
Contributor

updated docs to confirm download from git repo as per changes made in my update.

Please provide enough information so that others can review your pull request:

i added code cat /opt/frappe/apps.json | jq -r '.[] | "bench get-app --branch " + .branch + " --dev --ignore-apps-file " + .url' | sh; \ to get apps from repo using loop

Explain the details for making this change. What existing problem does the pull request solve?

i changed code if [ -n "${APPS_JSON_BASE64}" ]; then
export APP_INSTALL_ARGS="--apps_path=/opt/frappe/apps.json";
fi &&
to
if [ -n "${APPS_JSON_BASE64}" ]; then
export APP_INSTALL_ARGS="--apps_path=/opt/frappe/apps.json";
cat /opt/frappe/apps.json | jq -r '.[] | "bench get-app --branch " + .branch + " --dev --ignore-apps-file " + .url' | sh;
fi && \ and am updating the docs

updated docs to confirm download from git repo as per changes made in my update.
Copy link
Contributor

github-actions bot commented May 1, 2024

This PR has been automatically marked as stale. You have a week to explain why you believe this is an error.

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

Successfully merging this pull request may close these issues.

None yet

1 participant