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 ...@@ -7,7 +7,7 @@ while true; do
cd $SOURCE_PATH/repo/ cd $SOURCE_PATH/repo/
rm -rf *.apk rm -rf *.apk
for app in $APPS; do for app in $APPS; do
s3cmd sync $app . s3cmd get --recursive $app .
rm -rf *-latest.apk rm -rf *-latest.apk
done done
cd $SOURCE_PATH cd $SOURCE_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment