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

This commit is contained in:
kekskurse 2024-09-13 20:18:15 +02:00
parent 3dbc29055f
commit 2b5375c7d0
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,6 @@ steps:
- name: build - name: build
image: golang:1.23 image: golang:1.23
commands: commands:
- go test ./...
- go build ./ - go build ./
- ls -lah - ls -lah
- name: docker - name: docker

View file

@ -1,3 +1,3 @@
From scratch From scratch
COPY ./minimock /minimock COPY minimock /minimock
CMD ["/minimock"] CMD ["/minimock"]