install_latest_artifact script: Allow gitjournal to not be installed

This commit is contained in:
Vishesh Handa
2019-05-20 13:31:44 +02:00
parent 689e783bb3
commit ee315a1904

View File

@ -11,5 +11,5 @@ APK_LOCATION="/tmp/gitjournal.apk"
echo "Downloading $URL"
curl "$URL" -o "$APK_LOCATION"
adb uninstall io.gitjournal.gitjournal
adb uninstall io.gitjournal.gitjournal || true
adb install -r "$APK_LOCATION"