mirror of
https://github.com/zrepl/zrepl.git
synced 2024-12-03 13:55:58 +01:00
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:
parent
7b6adab6b1
commit
82adb2b9f5
@ -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"'" }}'
|
Loading…
Reference in New Issue
Block a user