From be9db8a89df9d417ccfbe981cf797d6213fde411 Mon Sep 17 00:00:00 2001 From: Krisztian Godrei Date: Mon, 9 Nov 2015 11:37:38 +0000 Subject: [PATCH] public page fix --- uploaders/apk_uploader.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/uploaders/apk_uploader.rb b/uploaders/apk_uploader.rb index fbae9953..ec346825 100644 --- a/uploaders/apk_uploader.rb +++ b/uploaders/apk_uploader.rb @@ -23,6 +23,16 @@ def deploy_apk_to_bitrise(apk_path, build_url, api_token, notify_user_groups, no puts '=> Upload the apk' upload_file(upload_url, apk_path) + # !!! + # - Remove this if public page for android implemented on bitrise.io + # !!! + if is_enable_public_page + puts + puts '(!) Public page is not allowed yet, for apk.' + puts '(!) is_enable_public_page = false' + is_enable_public_page = false + end + # - Finish the Artifact creation puts puts '=> Finish the Artifact creation'