New style woodpecker config

This commit is contained in:
Chris 2021-12-03 17:16:04 +01:00
parent df38a1e71e
commit 938c54be27
1 changed files with 14 additions and 12 deletions

View File

@ -1,13 +1,15 @@
pipeline:
phpunit:
image: walkero/phpunit-alpine:php8.0-phpunit9
commands:
- composer install
- phpunit
dockerbuild:
image: plugins/docker
settings:
repo: docker.noccylabs.info/noccy/pipeline-test
registry: docker.noccylabs.info
tags: [ latest, '1.0' ]
kind: pipeline
name: default
steps:
- name: phpunit
image: walkero/phpunit-alpine:php8.0-phpunit9
commands:
- composer install
- phpunit
- name: dockerbuild
image: plugins/docker
settings:
repo: docker.noccylabs.info/noccy/pipeline-test
registry: docker.noccylabs.info
tags: [ latest, '1.0' ]