mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-08 16:45:30 +00:00
Remove deprecated build
command (#2602)
This commit is contained in:
parent
3f185d5b36
commit
ec3a3cc9e1
2 changed files with 4 additions and 4 deletions
|
@ -22,10 +22,9 @@ import (
|
|||
|
||||
// Command exports the pipeline command set.
|
||||
var Command = &cli.Command{
|
||||
Name: "pipeline",
|
||||
Aliases: []string{"build"},
|
||||
Usage: "manage pipelines",
|
||||
Flags: common.GlobalFlags,
|
||||
Name: "pipeline",
|
||||
Usage: "manage pipelines",
|
||||
Flags: common.GlobalFlags,
|
||||
Subcommands: []*cli.Command{
|
||||
pipelineListCmd,
|
||||
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 `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)
|
||||
- Removed `build` alias for `pipeline` command in CLI
|
||||
|
||||
## 1.0.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue