mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
rename woodpecker "pipeline" to "steps"
This commit is contained in:
parent
0c6efe50c3
commit
5291401de0
7 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
pipeline:
|
||||
steps:
|
||||
restore_cache:
|
||||
image: meltwater/drone-cache:dev
|
||||
settings:
|
||||
|
|
|
@ -11,7 +11,7 @@ labels:
|
|||
|
||||
skip_clone: true
|
||||
|
||||
pipeline:
|
||||
steps:
|
||||
clone:
|
||||
image: alpine/git
|
||||
commands:
|
||||
|
|
|
@ -6,7 +6,7 @@ matrix:
|
|||
branches:
|
||||
exclude: [ stable ]
|
||||
|
||||
pipeline:
|
||||
steps:
|
||||
db_version_match:
|
||||
image: friendicaci/transifex
|
||||
commands:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
pipeline:
|
||||
steps:
|
||||
check:
|
||||
image: friendicaci/php-cs
|
||||
commands:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
pipeline:
|
||||
steps:
|
||||
build_xgettext:
|
||||
image: friendicaci/transifex
|
||||
commands:
|
||||
|
|
|
@ -15,7 +15,7 @@ matrix:
|
|||
labels:
|
||||
location: opensocial
|
||||
|
||||
pipeline:
|
||||
steps:
|
||||
php-lint:
|
||||
image: php:${PHP_MAJOR_VERSION}
|
||||
group: lint
|
||||
|
|
|
@ -9,7 +9,7 @@ labels:
|
|||
|
||||
skip_clone: true
|
||||
|
||||
pipeline:
|
||||
steps:
|
||||
clone:
|
||||
image: alpine/git
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue