fix container builds

This commit is contained in:
Bohdan Kucherivayi 2024-02-15 20:35:34 +02:00
parent ab20bf6b80
commit ddf67f1a7f
2 changed files with 2 additions and 2 deletions

View file

@ -132,7 +132,7 @@ RUN bench get-app --branch=${HRMS_BRANCH} --resolve-deps hrms ${HRMS_REPO}
RUN echo "frappe\nhrms\nerpnext" > sites/apps.txt
RUN echo "{}" > sites/common_site_config.json
# DO NOT REMOVE .git FOLDERS
RUN find apps -mindepth 1 -path "*/.git" | xargs git remote rm upstream
# RUN find apps -mindepth 1 -path "*/.git" | xargs git remote rm upstream
FROM base as erp

View file

@ -126,7 +126,7 @@ RUN bench get-app --branch=${HRMS_BRANCH} --resolve-deps hrms ${HRMS_REPO}
RUN echo "frappe\nhrms\nerpnext" > sites/apps.txt
RUN echo "{}" > sites/common_site_config.json
# DO NOT REMOVE .git FOLDERS
RUN find apps -mindepth 1 -path "*/.git" | xargs git remote rm upstream
# RUN find apps -mindepth 1 -path "*/.git" | xargs git remote rm upstream
FROM base as erp