update runner
This commit is contained in:
parent
20a6db03ef
commit
0d6a4dbeab
|
@ -23,8 +23,6 @@ steps:
|
||||||
- cd debian && make copy
|
- cd debian && make copy
|
||||||
- cd debian && make deploy
|
- cd debian && make deploy
|
||||||
when:
|
when:
|
||||||
target:
|
|
||||||
- production
|
|
||||||
event:
|
event:
|
||||||
- promote
|
- promote
|
||||||
...
|
...
|
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 -a -m "release version $${RELEASE}"
|
git tag -a -m "release version $${RELEASE}" v$${RELEASE}
|
||||||
git push --tags
|
git push --tags
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user