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

Handle updated apks

parent 963d1f7d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ while true; do
cd $SOURCE_PATH/repo/
rm -rf *.apk
for app in $APPS; do
s3cmd sync $app .
s3cmd get --recursive $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.
Finish editing this message first!
Please register or to comment