This commit is contained in:
parent
5c02cee6d7
commit
5ecb93ba96
|
@ -1,6 +1,6 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: golang
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- git submodule init
|
||||||
- go test
|
- git update --recursive --remote
|
||||||
|
|
Loading…
Reference in a new issue