Added dummy CI pipeline
Going to work on tests and this is an intial step to make sure my pipelines will even run
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: master
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Hello world"
|
||||
Reference in New Issue
Block a user