update runner

This commit is contained in:
Xuu 2020-08-17 12:27:27 -06:00
parent 20a6db03ef
commit 0d6a4dbeab
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F
2 changed files with 1 additions and 3 deletions

View File

@ -23,8 +23,6 @@ steps:
- cd debian && make copy
- cd debian && make deploy
when:
target:
- production
event:
- promote
...

2
debian/Makefile vendored
View File

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