feat(docker): update tools and OS with latest versions
This commit is contained in:
@ -7,7 +7,7 @@ DIR=$2
|
||||
FILE=$3
|
||||
|
||||
if [ -z "$FILE" ] || [[ "$FILE" == *.apk ]] || [[ "$FILE" == *.yml ]]; then
|
||||
. /fdroid/bin/activate && fdroid update --clean -c --rename-apks --use-date-from-apk --delete-unknown
|
||||
. /fdroid/bin/activate && fdroid deploy
|
||||
/fdroid/bin/fdroid update --clean -c --rename-apks --use-date-from-apk --delete-unknown
|
||||
/fdroid/bin/fdroid deploy
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user