feat!: remove support for using an artifact server via CLI (#740)
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. Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/740 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
996609293e
commit
e27d70f254
2 changed files with 5 additions and 34 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Release Notes
|
||||
|
||||
## 9.0.0 (not yet published)
|
||||
|
||||
* Breaking change: forgejo-runner exec --artifact-server-* options are deprecated.
|
||||
|
||||
## 8.0.1
|
||||
|
||||
* [tolerate strings for fail-fast, max-parallel, timeout-minutes, cancel-timeout-minutes](https://code.forgejo.org/forgejo/act/pulls/203).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue