Compare commits

..

No commits in common. "master" and "0.1.4-3" have entirely different histories.

2 changed files with 8 additions and 26 deletions

View file

@ -5,15 +5,11 @@ name: test
steps:
- name: test-code
image: golang
environment:
commands:
- go get
- go test
- go get
- go test
- name: run-code
image: golang
commands:
- go get
- go run .
---
kind: pipeline
name: test-build
@ -147,21 +143,6 @@ steps:
depends_on:
- prepare
- name: generate-checksum
image: golang
commands:
- cd bin
- md5sum * > ../md5sums.txt
- sha512sum * > ../sha512sums.txt
- cp ../md5sums.txt .
- cp ../sha512sums.txt .
depends_on:
- build-linux-amd64
- build-darwin-amd64
- build-windows-amd64
- build-linux-arm64
- build-darwin-arm64
- name: gitea_release
image: plugins/gitea-release
settings:
@ -173,7 +154,11 @@ steps:
base_url: https://scm.project42.io
files: bin/*
depends_on:
- generate-checksum
- build-linux-amd64
- build-darwin-amd64
- build-windows-amd64
- build-linux-arm64
- build-darwin-arm64
depends_on:
- test-build

View file

@ -1,3 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}