dac6474b28
Going to work on tests and this is an intial step to make sure my pipelines will even run
10 lines
124 B
YAML
10 lines
124 B
YAML
when:
|
|
- event: push
|
|
branch: master
|
|
|
|
steps:
|
|
- name: build
|
|
image: alpine
|
|
commands:
|
|
- echo "Hello world"
|