indent build.yml
This commit is contained in:
parent
0ffdcdfa64
commit
d2aafb4978
@ -5,10 +5,10 @@ sources:
|
|||||||
- https://git.sr.ht/~motiejus/undocker
|
- https://git.sr.ht/~motiejus/undocker
|
||||||
tasks:
|
tasks:
|
||||||
- test: |
|
- test: |
|
||||||
cd undocker
|
cd undocker
|
||||||
go test -cover ./...
|
go test -cover ./...
|
||||||
- build: |
|
- build: |
|
||||||
cd undocker
|
cd undocker
|
||||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build .
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build .
|
||||||
artifacts:
|
artifacts:
|
||||||
- undocker/undocker
|
- undocker/undocker
|
||||||
|
Loading…
Reference in New Issue
Block a user