fix woodpecker workflow syntax
This commit is contained in:
parent
4d268f0b08
commit
e9942a45ed
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ when:
|
|||
event: [tag, push]
|
||||
|
||||
steps:
|
||||
build:
|
||||
- name: build
|
||||
image: golang:1.24-alpine
|
||||
commands:
|
||||
- apk update
|
||||
|
|
|
@ -2,8 +2,8 @@ when:
|
|||
event: [tag, push]
|
||||
|
||||
steps:
|
||||
lint:
|
||||
image: golang:1.23-alpine
|
||||
- name: lint
|
||||
image: golang:1.24-alpine
|
||||
commands:
|
||||
- apk update
|
||||
- apk add bash curl jq
|
||||
|
|
|
@ -2,7 +2,7 @@ when:
|
|||
event: [tag, push]
|
||||
|
||||
steps:
|
||||
tests:
|
||||
- name: tests
|
||||
image: golang:1.24-alpine
|
||||
environment:
|
||||
TEST_DB_HOST: db
|
||||
|
|
Loading…
Reference in a new issue