feat!: remove support for using an artifact server via CLI #740
Labels
No labels
FreeBSD
Kind/Breaking
Kind/Bug
Kind/Chore
Kind/DependencyUpdate
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Windows
linux-powerpc64le
linux-riscv64
linux-s390x
run-end-to-end-tests
run-forgejo-tests
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo/runner!740
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "earl-warren/runner:wip-artifacts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The exec --artifact-server-* options are removed. It is required to run a workflow from within a Forgejo server to upload and download artifacts.
It is assumed to be rarely (if at all) used and supporting it in any meaningful way would require a duplication of effort.
feat!: remove support for using an artifact server via CLI [skip cascade]to feat!: remove support for using an artifact server via CLIso you can no longer tests workflows with need to pass artifacts between jobs? 🤔
I never used the CLI, so it's ok for me.
@viceice wrote in #740 (comment):
Not from the CLI. You need to spawn a local Forgejo instance, which may be non trivial. But duplicating the logic for a feature that is probably never used seems a needless punishment.
d9f76f4385f1040363facascading-pr updated at actions/setup-forgejo#530
@ -2,1 +2,4 @@## 9.0.0 (not yet published)* Breaking change: forgejo-runner exec --artifact-server-* options are deprecated.are removed, not deprecated?