1
Fork 0

indent build.yml

main
Motiejus Jakštys 2021-05-31 23:43:45 +03:00
parent 0ffdcdfa64
commit d2aafb4978
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@ sources:
- https://git.sr.ht/~motiejus/undocker
tasks:
- test: |
cd undocker
go test -cover ./...
cd undocker
go test -cover ./...
- build: |
cd undocker
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build .
cd undocker
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build .
artifacts:
- undocker/undocker