Dbrant has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikipedia-android-builds refs/changes/12/386912/1 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: newchange Gerrit-Change-Id: Id268c722efc903adadec012fa400b85dd0ed4652 Gerrit-PatchSet: 1 Gerrit-Project: labs/tools/wikipedia-android-builds Gerrit-Branch: master Gerrit-Owner: Dbrant <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
