This commit is contained in:
parent
ad52dca10f
commit
67a02df187
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@ steps:
|
|||
- name: go-test
|
||||
image: golang
|
||||
commands:
|
||||
- make -C template test
|
||||
- make -C bootserver test
|
||||
depends_on:
|
||||
|
||||
- name: go-build
|
||||
image: golang
|
||||
commands:
|
||||
- make -C template build
|
||||
- make -C bootserver build
|
||||
depends_on:
|
||||
|
||||
- name: docker-build-only
|
||||
|
|
Loading…
Reference in a new issue