rename woodpecker "pipeline" to "steps"

pull/13298/head
Philipp 2023-07-28 17:45:31 +02:00
parent 0c6efe50c3
commit 5291401de0
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
7 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
pipeline: steps:
restore_cache: restore_cache:
image: meltwater/drone-cache:dev image: meltwater/drone-cache:dev
settings: settings:

View File

@ -11,7 +11,7 @@ labels:
skip_clone: true skip_clone: true
pipeline: steps:
clone: clone:
image: alpine/git image: alpine/git
commands: commands:

View File

@ -6,7 +6,7 @@ matrix:
branches: branches:
exclude: [ stable ] exclude: [ stable ]
pipeline: steps:
db_version_match: db_version_match:
image: friendicaci/transifex image: friendicaci/transifex
commands: commands:

View File

@ -1,4 +1,4 @@
pipeline: steps:
check: check:
image: friendicaci/php-cs image: friendicaci/php-cs
commands: commands:

View File

@ -1,4 +1,4 @@
pipeline: steps:
build_xgettext: build_xgettext:
image: friendicaci/transifex image: friendicaci/transifex
commands: commands:
@ -9,4 +9,4 @@ pipeline:
- /check-messages.sh - /check-messages.sh
branches: branches:
exclude: [ stable ] exclude: [ stable ]

View File

@ -15,7 +15,7 @@ matrix:
labels: labels:
location: opensocial location: opensocial
pipeline: steps:
php-lint: php-lint:
image: php:${PHP_MAJOR_VERSION} image: php:${PHP_MAJOR_VERSION}
group: lint group: lint

View File

@ -9,7 +9,7 @@ labels:
skip_clone: true skip_clone: true
pipeline: steps:
clone: clone:
image: alpine/git image: alpine/git
commands: commands: