This commit is contained in:
parent
fa6fd3f778
commit
9edcd9f0c1
2 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
minimock
|
|
@ -2,8 +2,7 @@ steps:
|
|||
- name: build
|
||||
image: golang:1.23
|
||||
commands:
|
||||
- go build ./
|
||||
- ls -lah
|
||||
- CGO_ENABLED=0 go build ./
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
depends_on: [ build ]
|
||||
|
|
Loading…
Reference in a new issue