try again
Some checks failed
ci/woodpecker/push/docker-deploy Pipeline failed

This commit is contained in:
Adora Laura Kalb 2024-11-05 12:02:29 +01:00
parent 4c89369306
commit ae600c44b6
Signed by: adoralaura
SSH key fingerprint: SHA256:3XrkbR8ikAZJVtYfaUliX1MhmJYVAe/ocIb/MiDHBJ8
3 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,11 @@
steps:
- name: go-lint
image: golangci/golangci-lint
commands:
- golangci-lint run
when:
event: ["push", "pull_request", "manual"]
- name: docker-deploy-push
depends_on:
- go-lint

View file

@ -1,7 +0,0 @@
steps:
go-lint:
image: golangci/golangci-lint
commands:
- golangci-lint run
when:
event: ["push", "pull_request", "manual"]

View file

@ -0,0 +1 @@
steps: