Move the metadata files, not copy, so that they do not get counted as apps.
This commit is contained in:
@@ -112,7 +112,7 @@ RUN bash -c 'if [[ -n "$FILE19" ]]; then wget -P "$REPO" "$FILE19"; fi'
|
|||||||
RUN sync
|
RUN sync
|
||||||
|
|
||||||
# Move any downloaded metadata files to the correct folder.
|
# Move any downloaded metadata files to the correct folder.
|
||||||
RUN cp -v "$REPO"/*.yml "$REPO"/../metadata || \
|
RUN mv -v "$REPO"/*.yml "$REPO"/../metadata || \
|
||||||
echo "WARNING! No YML file(s) to copy." && sleep 10
|
echo "WARNING! No YML file(s) to copy." && sleep 10
|
||||||
|
|
||||||
# Move any downloaded icons to the proper folder.
|
# Move any downloaded icons to the proper folder.
|
||||||
|
|||||||
Reference in New Issue
Block a user