Skip to content
Snippets Groups Projects
Verified Commit 95a61263 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated file sync

parent f5f03dc3
No related branches found
No related tags found
No related merge requests found
FROM openjdk:latest
RUN apt-get update && apt-get -y install fdroidserver
RUN apt-get update && apt-get -y install fdroidserver python-pip
RUN pip install s3cmd
......
......@@ -6,7 +6,8 @@ mkdir -p $SOURCE_PATH/repo/
while true; do
cd $SOURCE_PATH/repo/
for app in $APPS; do
s3cmd get --recursive $app .;
s3cmd get --recursive $app .
rm -rf *-latest.apk
done
cd $SOURCE_PATH
fdroid update && fdroid server update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment