-pipeline:
+steps:
restore_cache:
image: meltwater/drone-cache:dev
settings:
skip_clone: true
-pipeline:
+steps:
clone:
image: alpine/git
commands:
branches:
exclude: [ stable ]
-pipeline:
+steps:
db_version_match:
image: friendicaci/transifex
commands:
-pipeline:
+steps:
check:
image: friendicaci/php-cs
commands:
-pipeline:
+steps:
build_xgettext:
image: friendicaci/transifex
commands:
- /check-messages.sh
branches:
- exclude: [ stable ]
\ No newline at end of file
+ exclude: [ stable ]
labels:
location: opensocial
-pipeline:
+steps:
php-lint:
image: php:${PHP_MAJOR_VERSION}
group: lint
skip_clone: true
-pipeline:
+steps:
clone:
image: alpine/git
commands: