build: circleci: remove obsolete script

The binary packaging workflow has long since
been moved to this repo (I don't think the external
workflow work ever completed).
This commit is contained in:
Christian Schwarz 2024-09-08 22:38:24 +00:00
parent 7b6adab6b1
commit 82adb2b9f5

View File

@ -1,10 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
COMMIT="$1"
GO_VERSION="$2"
curl -v -X POST https://api.github.com/repos/zrepl/debian-binary-packaging/dispatches \
-H 'Accept: application/vnd.github.v3+json' \
-H "Authorization: token $GITHUB_ACCESS_TOKEN" \
--data '{"event_type": "push", "client_payload": { "zrepl_main_repo_commit": "'"$COMMIT"'", "go_version": "'"$GO_VERSION"'" }}'