Changed yml
This commit is contained in:
+6
-6
@@ -1,13 +1,13 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: micro
|
|
||||||
type: docker
|
type: docker
|
||||||
|
name: micro
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang:1.18.0
|
image: golang:1.18.0
|
||||||
commands:
|
commands:
|
||||||
- go get
|
- go get ./...
|
||||||
- go test
|
- go test ./...
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
|||||||
Reference in New Issue
Block a user