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
|
- name: go-test
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- make -C template test
|
- make -C bootserver test
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
||||||
- name: go-build
|
- name: go-build
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- make -C template build
|
- make -C bootserver build
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
||||||
- name: docker-build-only
|
- name: docker-build-only
|
||||||
|
|
Loading…
Reference in a new issue