update runner
This commit is contained in:
parent
f6c568b15a
commit
a40cd4757f
|
@ -9,20 +9,20 @@ platform:
|
|||
|
||||
steps:
|
||||
- name: Setup
|
||||
commands:
|
||||
commands:
|
||||
- make setup
|
||||
|
||||
- name: Test
|
||||
commands:
|
||||
commands:
|
||||
- make test
|
||||
|
||||
- name: Build Release
|
||||
commands:
|
||||
commands:
|
||||
- cd debian && make release
|
||||
- cd debian && make build
|
||||
|
||||
- name: deploy
|
||||
commands:
|
||||
commands:
|
||||
- cd debian && make copy
|
||||
- cd debian && make deploy
|
||||
...
|
Loading…
Reference in New Issue
Block a user