Skip to content

Commit

Permalink
Merge pull request #4 from gkiki90/apk_public_page_fix
Browse files Browse the repository at this point in the history
public page fix
  • Loading branch information
viktorbenei committed Nov 9, 2015
2 parents 7a06870 + be9db8a commit c72453c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions uploaders/apk_uploader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c72453c

Please sign in to comment.