Skip to content

Commit

Permalink
skip executing release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
otegami committed Dec 19, 2024
1 parent 6929837 commit ff9fcc0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ansible/files/home/deployer/webhook/lib/deployer/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,7 @@ def process_payload(request, response, raw_payload)
def process_release(request, response, payload)
response.finish do
Thread.new do
gpg_key_id = "TODO: handle a GPG key"
archive = Deployer::SourceArchive.new(payload.repository_owner,
payload.repository_name,
payload.repository_name,
payload.version,
payload.branch)
archive.process(gpg_key_id)
# TODO: call rake tasks for sign packages.
end
end
end
Expand Down

0 comments on commit ff9fcc0

Please sign in to comment.