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 - 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