10 lines
201 B
YAML
10 lines
201 B
YAML
when:
|
|
- event: push
|
|
branch: woodpecker
|
|
|
|
steps:
|
|
- name: build
|
|
image: wordpressdevelop/phpunit
|
|
commands:
|
|
- echo "This is the build step"
|
|
- echo "binary-data-123" > executable
|