Fix docs nit and add rm todo for v1.2.0 (#2049)

This commit is contained in:
6543 2023-07-28 15:33:23 +02:00 committed by GitHub
parent a83b0fcfd3
commit da9bfa64ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
pipeline:
steps:
demo:
image: 'alpine'
commands:

View file

@ -1,4 +1,4 @@
pipeline:
steps:
test_1:
image: 'alpine'
commands:

View file

@ -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:

View file

@ -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.