mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-16 06:20:19 +00:00
Remove deprecated build
command (#2602)
This commit is contained in:
@@ -22,10 +22,9 @@ import (
|
|||||||
|
|
||||||
// Command exports the pipeline command set.
|
// Command exports the pipeline command set.
|
||||||
var Command = &cli.Command{
|
var Command = &cli.Command{
|
||||||
Name: "pipeline",
|
Name: "pipeline",
|
||||||
Aliases: []string{"build"},
|
Usage: "manage pipelines",
|
||||||
Usage: "manage pipelines",
|
Flags: common.GlobalFlags,
|
||||||
Flags: common.GlobalFlags,
|
|
||||||
Subcommands: []*cli.Command{
|
Subcommands: []*cli.Command{
|
||||||
pipelineListCmd,
|
pipelineListCmd,
|
||||||
pipelineLastCmd,
|
pipelineLastCmd,
|
||||||
|
@@ -8,6 +8,7 @@ Some versions need some changes to the server configuration or the pipeline conf
|
|||||||
- Dropped deprecated `pipeline:` keyword in favor of `steps:` in pipeline config
|
- Dropped deprecated `pipeline:` keyword in favor of `steps:` in pipeline config
|
||||||
- Dropped deprecated `branches:` filter in favor of global [`when.branch`](./20-usage/20-workflow-syntax.md#branch-1) filter
|
- Dropped deprecated `branches:` filter in favor of global [`when.branch`](./20-usage/20-workflow-syntax.md#branch-1) filter
|
||||||
- Deprecated `platform:` filter in favor of `labels:`, [read more](./20-usage/20-workflow-syntax.md#filter-by-platform)
|
- Deprecated `platform:` filter in favor of `labels:`, [read more](./20-usage/20-workflow-syntax.md#filter-by-platform)
|
||||||
|
- Removed `build` alias for `pipeline` command in CLI
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user