Skip to content

Commit

Permalink
test: query docuploader
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Jan 31, 2025
1 parent 09c1cdc commit 041b8a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions toys/release/perform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,11 @@ def run_docuploader staging_bucket:, extra_docuploader_args: [], dry_run: false
logger.warn "**** In dry run mode. Skipping upload"
return
end
require "digest"
puts docuploader_credentials
data = File.read docuploader_credentials
puts data.size
puts Digest::MD5.hexdigest data
docuploader_cmd = [
"python3", "-m", "docuploader", "upload", ".",
"--credentials", docuploader_credentials,
Expand Down

0 comments on commit 041b8a9

Please sign in to comment.