[ISSUE-145] Replace --method=POST with --post-data= for BusyBox wget compatibility #146

Merged
hitanshu merged 2 commits from Dave/CFTunnels:fix/wget-method-post into test 2026-07-08 21:10:54 +00:00
Member

Summary

The Gitea runner uses BusyBox wget which does not support --method=POST. Changed both workflow files to use --post-data= (with empty value) instead, which makes BusyBox wget send a POST request with no body.

Changes

  • .gitea/workflows/test_image_build_push.yml — Changed --method=POST \ to --post-data= \
  • .gitea/workflows/prod_image_tag_promote.yaml — Changed --method=POST \ to --post-data= \

Issues

Testing

  • CI passes
  • Manual verification of redeploy trigger
## Summary The Gitea runner uses BusyBox wget which does not support `--method=POST`. Changed both workflow files to use `--post-data=` (with empty value) instead, which makes BusyBox wget send a POST request with no body. ## Changes - **`.gitea/workflows/test_image_build_push.yml`** — Changed `--method=POST \` to `--post-data= \` - **`.gitea/workflows/prod_image_tag_promote.yaml`** — Changed `--method=POST \` to `--post-data= \` ## Issues - Hithomelabs/CFTunnels#145 ## Testing - [x] CI passes - [ ] Manual verification of redeploy trigger
Dave added 2 commits 2026-07-08 21:08:03 +00:00
Hithomelabs/CFTunnels#145: Replace --method=POST with --post-data= for BusyBox wget compatibility
All checks were successful
sample gradle build and test / build (pull_request) Successful in 1m55s
sample gradle build and test / tag (push) Successful in 7s
sample gradle build and test / build_tag_push (push) Successful in 2m37s
bf5c9f1650
hitanshu merged commit bf5c9f1650 into test 2026-07-08 21:10:54 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hithomelabs/CFTunnels#146
No description provided.