mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-05 02:41:10 +00:00
Add __DPL_ACTIVE condition to optional asset download
This commit is contained in:
parent
a873b8517c
commit
3e5cfc4d65
1 changed files with 1 additions and 1 deletions
|
|
@ -615,7 +615,7 @@ before_script:
|
|||
fi;
|
||||
|
||||
# Get optional files too
|
||||
- if [[ "$ASSET_FILES_OPTIONAL_GET" == "1" ]] && [[ "$ASSET_ARCHIVE_OPTIONAL_PATH" != "" ]]; then
|
||||
- if [[ "$__DPL_ACTIVE" == "1" ]] && [[ "$ASSET_FILES_OPTIONAL_GET" == "1" ]] && [[ "$ASSET_ARCHIVE_OPTIONAL_PATH" != "" ]]; then
|
||||
if [ -f "$(basename $ASSET_ARCHIVE_OPTIONAL_PATH)" ]; then
|
||||
echo "$(basename $ASSET_ARCHIVE_OPTIONAL_PATH) cache date -- $($STATCMD $(basename $ASSET_ARCHIVE_OPTIONAL_PATH))";
|
||||
fi;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue