update runner

This commit is contained in:
Xuu
2020-08-17 11:54:01 -06:00
parent 2a188d3b1e
commit 3794600390
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -15,6 +15,16 @@ steps:
- name: Test
commands:
- make test
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: Build Release
commands:
+1 -1
View File
@@ -13,7 +13,7 @@ clean:
release:
echo `expr $${RELEASE} + 1` > RELEASE
git commit -am "release version $${RELEASE}"
git tag -am "release version $${RELEASE}"
git tag -a -m "release version $${RELEASE}"
git push --tags
build: