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