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:
image: meltwater/drone-cache:dev
settings:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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