ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
kekskurse 2024-09-13 22:27:05 +02:00
parent fa6fd3f778
commit 9edcd9f0c1
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
minimock

View file

@ -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 ]