update runner
This commit is contained in:
parent
2a188d3b1e
commit
3794600390
10
.drone.yml
10
.drone.yml
|
@ -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
2
debian/Makefile
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user