Allow for multiple patterns in REMOVE_OLD_MODS_INCLUDE/EXCLUDE (#1637)

This commit is contained in:
Geoff Bourne
2022-07-29 21:28:04 -05:00
committed by GitHub
parent c83705157c
commit 8dbfff1873
7 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ set -e -o pipefail
: "${MODS_FORGEAPI_DOWNLOAD_DEPENDENCIES:=false}"
: "${MODS_FORGEAPI_IGNORE_GAMETYPE:=false}"
: "${REMOVE_OLD_MODS_DEPTH:=1} "
: "${REMOVE_OLD_MODS_INCLUDE:=*.jar}"
: "${REMOVE_OLD_MODS_INCLUDE:=*.jar,*-version.json}"
# FORGEAPI_BASE_URL used in manifest downloads below
FORGEAPI_BASE_URL=${FORGEAPI_BASE_URL:-https://api.curseforge.com/v1}