update runner
This commit is contained in:
parent
20a6db03ef
commit
0d6a4dbeab
|
@ -23,8 +23,6 @@ steps:
|
|||
- cd debian && make copy
|
||||
- cd debian && make deploy
|
||||
when:
|
||||
target:
|
||||
- production
|
||||
event:
|
||||
- promote
|
||||
...
|
2
debian/Makefile
vendored
2
debian/Makefile
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user