Skip to content

Commit

Permalink
Revert "add r2 pump http"
Browse files Browse the repository at this point in the history
This reverts commit 530bf15.
  • Loading branch information
xtuc committed Feb 6, 2024
1 parent 41f7d4b commit 5f242fa
Show file tree
Hide file tree
Showing 7 changed files with 135 additions and 1,184 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,6 @@ jobs:
asset_name: r2-pump.zip
asset_content_type: application/zip

- uses: actions/upload-release-asset@v1
name: release r2-pump-http function
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./functions/r2-pump-http/r2-pump-http.zip
asset_name: r2-pump-http.zip
asset_content_type: application/zip

- uses: actions/upload-release-asset@v1
name: release force-update function
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GO_BUILD_ARGS = -mod=readonly -v -ldflags="-s -w"
CLOUD_FUNCTIONS = process-version check-pkg-updates kv-pump algolia-pump force-update r2-pump r2-pump-http
CLOUD_FUNCTIONS = process-version check-pkg-updates kv-pump algolia-pump force-update r2-pump

define generate-func-make
make -C ./functions/$1 $1.zip
Expand Down
4 changes: 0 additions & 4 deletions functions/r2-pump-http/Makefile

This file was deleted.

60 changes: 0 additions & 60 deletions functions/r2-pump-http/go.mod

This file was deleted.

Loading

0 comments on commit 5f242fa

Please sign in to comment.