mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 01:41:02 +00:00
Fix docs nit and add rm todo for v1.2.0 (#2049)
This commit is contained in:
parent
a83b0fcfd3
commit
da9bfa64ce
4 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
pipeline:
|
||||
steps:
|
||||
demo:
|
||||
image: 'alpine'
|
||||
commands:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
pipeline:
|
||||
steps:
|
||||
test_1:
|
||||
image: 'alpine'
|
||||
commands:
|
||||
|
|
|
@ -44,7 +44,7 @@ If that does not work, try to make sure the container can reach your git server.
|
|||
```yaml
|
||||
skip_clone: true
|
||||
|
||||
pipeline:
|
||||
steps:
|
||||
build:
|
||||
image: debian:stable-backports
|
||||
commands:
|
||||
|
|
|
@ -23,9 +23,9 @@ type (
|
|||
Networks WorkflowNetworks `yaml:"networks,omitempty"`
|
||||
Volumes WorkflowVolumes `yaml:"volumes,omitempty"`
|
||||
// Deprecated
|
||||
BranchesDontUseIt *constraint.List `yaml:"branches,omitempty"`
|
||||
BranchesDontUseIt *constraint.List `yaml:"branches,omitempty"` // TODO: remove after v1.1.x version
|
||||
// Deprecated
|
||||
PipelineDontUseIt ContainerList `yaml:"pipeline,omitempty"`
|
||||
PipelineDontUseIt ContainerList `yaml:"pipeline,omitempty"` // TODO: remove after v1.1.x version
|
||||
}
|
||||
|
||||
// Workspace defines a pipeline workspace.
|
||||
|
|
Loading…
Reference in a new issue