New style woodpecker config
This commit is contained in:
parent
df38a1e71e
commit
938c54be27
@ -1,13 +1,15 @@
|
|||||||
pipeline:
|
kind: pipeline
|
||||||
phpunit:
|
name: default
|
||||||
image: walkero/phpunit-alpine:php8.0-phpunit9
|
steps:
|
||||||
commands:
|
- name: phpunit
|
||||||
- composer install
|
image: walkero/phpunit-alpine:php8.0-phpunit9
|
||||||
- phpunit
|
commands:
|
||||||
dockerbuild:
|
- composer install
|
||||||
image: plugins/docker
|
- phpunit
|
||||||
settings:
|
- name: dockerbuild
|
||||||
repo: docker.noccylabs.info/noccy/pipeline-test
|
image: plugins/docker
|
||||||
registry: docker.noccylabs.info
|
settings:
|
||||||
tags: [ latest, '1.0' ]
|
repo: docker.noccylabs.info/noccy/pipeline-test
|
||||||
|
registry: docker.noccylabs.info
|
||||||
|
tags: [ latest, '1.0' ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user