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

Updated fdroid

parent 2bc0c078
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 python-pip
RUN apt-get update && apt-get -y install python-pip
RUN pip install fdroidserver
RUN pip install s3cmd
......
......@@ -10,7 +10,6 @@ while true; do
s3cmd get --recursive $app .
rm -rf *-latest.apk
done
cp -r ../metadata/* .
cd $SOURCE_PATH
fdroid update && fdroid server update
sleep $UPDATE_WAIT
......
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