update runner

This commit is contained in:
Xuu 2020-08-17 11:54:01 -06:00
parent 2a188d3b1e
commit 3794600390
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F
2 changed files with 11 additions and 1 deletions

View File

@ -15,6 +15,16 @@ steps:
- name: Test - name: Test
commands: commands:
- make test - make test
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: Build Release - name: Build Release
commands: commands:

2
debian/Makefile vendored
View File

@ -13,7 +13,7 @@ clean:
release: release:
echo `expr $${RELEASE} + 1` > RELEASE echo `expr $${RELEASE} + 1` > RELEASE
git commit -am "release version $${RELEASE}" git commit -am "release version $${RELEASE}"
git tag -am "release version $${RELEASE}" git tag -a -m "release version $${RELEASE}"
git push --tags git push --tags
build: build: