Copy any YML files to the metadata folder.

This commit is contained in:
2026-07-03 17:05:43 -07:00
parent 59312620f5
commit d01a658c15
+3
View File
@@ -114,6 +114,9 @@ RUN bash -c 'if [[ -n "$FILE17" ]]; then wget -P "$REPO" "$FILE17"; fi'
RUN bash -c 'if [[ -n "$FILE18" ]]; then wget -P "$REPO" "$FILE18"; fi'
RUN bash -c 'if [[ -n "$FILE19" ]]; then wget -P "$REPO" "$FILE19"; fi'
# Move any downloaded metadata files to the correct folder.
RUN mv "$REPO"/*.yml "$REPO"/../metadata
RUN fdroid update -c
# Publish Repo Contents to Web Root #