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

Handle updated apks

parent 95a61263
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,9 @@ cd $SOURCE_PATH
mkdir -p $SOURCE_PATH/repo/
while true; do
cd $SOURCE_PATH/repo/
rm -rf *.apk
for app in $APPS; do
s3cmd get --recursive $app .
s3cmd sync $app .
rm -rf *-latest.apk
done
cd $SOURCE_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment