mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 19:31:05 +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:
|
demo:
|
||||||
image: 'alpine'
|
image: 'alpine'
|
||||||
commands:
|
commands:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pipeline:
|
steps:
|
||||||
test_1:
|
test_1:
|
||||||
image: 'alpine'
|
image: 'alpine'
|
||||||
commands:
|
commands:
|
||||||
|
|
|
@ -44,7 +44,7 @@ If that does not work, try to make sure the container can reach your git server.
|
||||||
```yaml
|
```yaml
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
||||||
pipeline:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: debian:stable-backports
|
image: debian:stable-backports
|
||||||
commands:
|
commands:
|
||||||
|
|
|
@ -23,9 +23,9 @@ type (
|
||||||
Networks WorkflowNetworks `yaml:"networks,omitempty"`
|
Networks WorkflowNetworks `yaml:"networks,omitempty"`
|
||||||
Volumes WorkflowVolumes `yaml:"volumes,omitempty"`
|
Volumes WorkflowVolumes `yaml:"volumes,omitempty"`
|
||||||
// Deprecated
|
// Deprecated
|
||||||
BranchesDontUseIt *constraint.List `yaml:"branches,omitempty"`
|
BranchesDontUseIt *constraint.List `yaml:"branches,omitempty"` // TODO: remove after v1.1.x version
|
||||||
// Deprecated
|
// Deprecated
|
||||||
PipelineDontUseIt ContainerList `yaml:"pipeline,omitempty"`
|
PipelineDontUseIt ContainerList `yaml:"pipeline,omitempty"` // TODO: remove after v1.1.x version
|
||||||
}
|
}
|
||||||
|
|
||||||
// Workspace defines a pipeline workspace.
|
// Workspace defines a pipeline workspace.
|
||||||
|
|
Loading…
Reference in a new issue