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
|
- name: build
|
||||||
image: golang:1.23
|
image: golang:1.23
|
||||||
commands:
|
commands:
|
||||||
- go build ./
|
- CGO_ENABLED=0 go build ./
|
||||||
- ls -lah
|
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
depends_on: [ build ]
|
depends_on: [ build ]
|
||||||
|
|
Loading…
Reference in a new issue