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: demo:
image: 'alpine' image: 'alpine'
commands: commands:

View file

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

View file

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

View file

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