forked from platypush/platypush
update-aur-packages should also be executed upon new tags
This commit is contained in:
parent
cb0638fe19
commit
b961ef0424
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ update-aur-packages:
|
|||
stage: deploy
|
||||
only:
|
||||
- master
|
||||
- tags
|
||||
script:
|
||||
- echo "Updating AUR packages"
|
||||
- export REPO_DIR="$(mktemp -d /tmp/platypush-distutils-XXXXX)"
|
||||
|
|
Loading…
Reference in a new issue