fix indent

This commit is contained in:
Fran Jurmanović
2023-07-29 16:03:48 +02:00
parent 1efb62b74d
commit e3883bf6b8

View File

@@ -4,11 +4,11 @@ type: docker
name: default
steps:
- name: build
image: golang:alpine
commands:
- go mod download
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /api ./cmd/api/main.go
- name: build
image: golang:alpine
commands:
- go mod download
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /api ./cmd/api/main.go
volumes:
- name: deps