Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmburgan committed Feb 12, 2025
1 parent 15f6cb6 commit 3d34afa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/upload.rake
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ namespace :vox do
# Ensure the AWS CLI isn't going to fail with the given parameters
run_command("#{s3} ls s3://#{bucket}/", true)

puts `ls -lah #{__dir__}/..`
puts `ls -lah #{__dir__}/../output`
puts `find #{__dir__} -name *.deb`
glob = "#{__dir__}/../output/**/*#{munged_tag}*"
if os
# "arch" is not used here because it's all noarch
Expand Down

0 comments on commit 3d34afa

Please sign in to comment.