Removed unused build step

This commit is contained in:
Julian Bensch 2023-01-12 16:05:24 +01:00
parent eda5a1e461
commit 38a9fe0f36
1 changed files with 5 additions and 6 deletions

View File

@ -3,12 +3,11 @@ kind: pipeline
type: docker
name: default
steps:
# Build docker image and push to docker hub
- name: build
image: golang:1.19-alpine
pull: if-not-exists
commands:
- go build -o cmd/app ./src/main.go
# - name: build
# image: golang:1.19-alpine
# pull: if-not-exists
# commands:
# - go build -o cmd/app ./src/main.go
- name: "lint"
image: golangci/golangci-lint:v1.50