Skip to content

Commit

Permalink
Activate push
Browse files Browse the repository at this point in the history
  • Loading branch information
aandvalenzuela committed Nov 26, 2024
1 parent 8f6ec73 commit 0aa82f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push-pkg-info.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def extract_and_upload(directory):
id = sha1(unique_id.encode("utf-8")).hexdigest()
document = "cmssw-pkginfo"
# Upload one entry per package
print("Uploading to index " + index + " ...")
print(payload)
#send_payload(index, document, id, json.dumps(payload))
return result

Expand Down

0 comments on commit 0aa82f2

Please sign in to comment.