Remove binary and extended pipeline

This commit is contained in:
Julian Bensch 2023-06-07 09:55:51 +02:00
parent 19212c8b3c
commit d16d5ddb6d
2 changed files with 8 additions and 7 deletions

View File

@ -3,12 +3,6 @@ kind: pipeline
type: docker
name: default
steps:
# - 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
pull: if-not-exists
@ -22,9 +16,16 @@ steps:
settings:
registry: gitea.linuxcode.net
repo: gitea.linuxcode.net/linuxcode/oapi-type-definitions-extractor
auto_tag: true
dockerfile: dockerfile
tags: ${DRONE_TAG}
tags:
- latest
- ${DRONE_TAG}
username:
from_secret: drone_docker_username
password:
from_secret: drone_docker_password
trigger:
event:
- push

Binary file not shown.