Dbrant has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/386912 )

Change subject: Fix download source location of alpha APK.
......................................................................


Fix download source location of alpha APK.

With the upgraded Gradle plugin, the location of the built APK seems
to have changed.

Change-Id: Id268c722efc903adadec012fa400b85dd0ed4652
---
M bin/copy-android-alpha.bash
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Dbrant: Verified; Looks good to me, approved



diff --git a/bin/copy-android-alpha.bash b/bin/copy-android-alpha.bash
index 77fdcf3..b48a9ce 100755
--- a/bin/copy-android-alpha.bash
+++ b/bin/copy-android-alpha.bash
@@ -6,6 +6,6 @@
 [[ -d "$latest_path" ]] || mkdir "$latest_path"
 
 (cd "$latest_path";
-  curl -O 
'https://integration.wikimedia.org/ci/job/apps-android-wikipedia-publish/lastSuccessfulBuild/artifact/{app/build/outputs/apk/app-alpha-release.apk,meta.json}'
+  curl -O 
'https://integration.wikimedia.org/ci/job/apps-android-wikipedia-publish/lastSuccessfulBuild/artifact/{app/build/outputs/apk/alpha/release/app-alpha-release.apk,meta.json}'
   mv app-alpha-release.apk wikipedia.apk
 )

-- 
To view, visit https://gerrit.wikimedia.org/r/386912
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id268c722efc903adadec012fa400b85dd0ed4652
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikipedia-android-builds
Gerrit-Branch: master
Gerrit-Owner: Dbrant <[email protected]>
Gerrit-Reviewer: Dbrant <[email protected]>
Gerrit-Reviewer: Mholloway <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to