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